0%

13-letter words containing u, n, f, d

  • fold function — (programming)   In functional programming, fold or "reduce" is a kind of higher-order function that takes as arguments a function, an initial "accumulator" value and a data structure (often a list). In Haskell, the two flavours of fold for lists, called foldl and foldr are defined like this: foldl :: (a -> b -> a) -> a -> [b] -> a foldl f z [] = z foldl f z (x:xs) = foldl f (f z x) xs foldr :: (a -> b -> b) -> b -> [a] -> b foldr f z [] = z foldr f z (x:xs) = f x (foldr f z xs) In both cases, if the input list is empty, the result is the value of the accumulator, z. If not, foldl takes the head of the list, x, and returns the result of recursing on the tail of the list using (f z x) as the new z. foldr returns (f x q) where q is the result of recursing on the tail. The "l" and "r" in the names refer to the associativity of the application of f. Thus if f = (+) (the binary plus operator used as a function of two arguments), we have: foldl (+) 0 [1, 2, 3] = (((0 + 1) + 2) + 3 (applying + left associatively) and foldr (+) 0 [1, 2, 3] = 0 + (1 + (2 + 3)) (applying + right associatively). For +, this makes no difference but for an non-commutative operator it would.
  • food industry — the industry surrounding the production of food
  • foregrounding — Present participle of foreground.
  • forked tongue — lying or deceitful talk
  • fort duquesne — Abraham [a-bra-am] /a braˈam/ (Show IPA), 1610–88, French naval commander.
  • fortitudinous — having or showing fortitude; marked by bravery or courage.
  • foundationary — the basis or groundwork of anything: the moral foundation of both society and religion.
  • foundry proof — a proof pulled for a final checking before printing plates are made.
  • fountainheads — Plural form of fountainhead.
  • fouta djallon — a highland pastoral region in West Africa, in central Guinea, also in Sierra Leone and Liberia. 30,000 sq. mi. (77,700 sq. km).
  • freudian slip — (in Freudian psychology) an inadvertent mistake in speech or writing that is thought to reveal a person's unconscious motives, wishes, or attitudes.
  • froude number — a dimensionless number used in hydrodynamics for model simulation of actual conditions
  • fruiting body — an organ that produces spores; fructification.
  • fuel-injected — (of an engine) having fuel injection.
  • fulminic acid — an unstable acid, CNOH, isomeric with cyanic acid, and known only in the form of its salts.
  • fun and games — frivolously diverting activity.
  • function word — a word, as a preposition, article, auxiliary, or pronoun, that chiefly expresses grammatical relationships, has little semantic content of its own, and belongs to a small, closed class of words whose membership is relatively fixed (distinguished from content word).
  • fundamentally — serving as, or being an essential part of, a foundation or basis; basic; underlying: fundamental principles; the fundamental structure.
  • gelandelaufer — a participant in cross-country skiing.
  • golfe du lion — French name of the Gulf of Lions.
  • ground effect — the improvement to the aerodynamic qualities of a low-slung motor vehicle resulting from a cushion of air beneath it
  • hardship fund — funding offered or applied for due to financial difficulties
  • huff and puff — be out of breath
  • in default of — If something happens in default of something else, it happens because that other thing does not happen or proves to be impossible.
  • in difficulty — If you are in difficulty or in difficulties, you are having a lot of problems.
  • index futures — a form of financial futures based on projected movement of a share price index, such as the Financial Times Stock Exchange 100 Share Index
  • infundibulate — Shaped like a funnel; infundibulated or infundibular.
  • loft building — a building of several floors with large areas of unobstructed space, originally rented out for light industrial purposes and now frequently converted to residential occupancy.
  • malfunctioned — Simple past tense and past participle of malfunction.
  • managed funds — funds which are managed by a mutual fund manager on behalf of investors
  • mandibuliform — Having the form of a mandible; - said especially of the maxill\u00e6 of an insect when hard and adapted for biting.
  • match-funding — the stipulation set by a grant-providing body that the recipients of a grant raise a certain percentage of the money they require, generally a sum more or less equal to that of the sum of money being granted
  • misconfigured — Simple past tense and past participle of misconfigure.
  • mundification — the act of cleansing a wound
  • mundificative — a cleansing medicine or preparation
  • mutt and jeff — a very short and a very tall person who are paired as companions, teammates, or associates.
  • neurofeedback — The presentation of realtime feedback on brainwave activity, as measured by sensors on the scalp, sometimes offered as a means of therapy.
  • non-fiduciary — Law. a person to whom property or power is entrusted for the benefit of another.
  • nondiffusible — not diffusible
  • nonfraudulent — Not fraudulent.
  • nonrefundable — an amount refunded.
  • nurse-midwife — a nurse skilled in assisting women in the prenatal period and in childbirth, especially at home or in another nonhospital setting.
  • off soundings — in waters more than 100 fathoms in depth
  • out of bounds — Sports. being beyond or passing the limits or boundaries of a field, course, etc., marking the area within which the ball, puck, or the like is legally in play.
  • out of danger — no longer at risk
  • out-of-bounds — Sports. being beyond or passing the limits or boundaries of a field, course, etc., marking the area within which the ball, puck, or the like is legally in play.
  • outdo oneself — to do something better than one ever did before or thought one could do
  • post-freudian — of or relating to Sigmund Freud or his doctrines, especially with respect to the causes and treatment of neurotic and psychopathic states, the interpretation of dreams, etc.
  • pound-foolish — not handling large sums of money wisely
  • preconfigured — to design or adapt to form a specific configuration or for some specific purpose: The planes are being configured to hold more passengers in each row.
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?