0%

13-letter words containing i, n, c, u, l

  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • dzibilchaltun — a large, ancient Mayan ceremonial and commercial center near Mérida, Mexico, founded perhaps as early as 3000 b.c. and in continuous use until the 16th century.
  • ecumenicalism — the doctrines and practices of the ecumenical movement.
  • educationally — pertaining to education.
  • electrocuting — Present participle of electrocute.
  • electrocution — The accidental death or suicide by electric shock.
  • encapsulating — Present participle of encapsulate.
  • encapsulation — The act of enclosing in a capsule; the growth of a membrane around (any part) so as to enclose it in a capsule.
  • encouragingly — In an encouraging manner.
  • enculturating — Present participle of enculturate.
  • enculturation — The gradual acquisition of the characteristics and norms of a culture or group by a person, another culture, etc.
  • equinoctially — In an equinoctial manner; relative to the equinox.
  • equivalencing — Present participle of equivalence.
  • equivocalness — The state of being equivocal; ambiguity.
  • eudicotyledon — any plant belonging to one of the two major groups of flowering plants, comprising over 60 per cent of all plants, normally having net-veined leaves and two cotyledons in the seed
  • eugeosyncline — a geosyncline characterized by lithology typical of deep ocean environments
  • euler-chelpin — Hans (Karl August) von. 1873–1964, Swedish biochemist, born in Germany: shared the Nobel prize for chemistry (1929) with Sir Arthur Harden for their work on enzymes: father of Ulf von Euler
  • exclusionists — Plural form of exclusionist.
  • exclusiveness — The state of being exclusive; exclusivity.
  • fasciculation — a fascicular condition.
  • faunistically — in a faunistic manner
  • film sequence — a short piece of film or extract from a film, depicting a specific action or event
  • final curtain — end of a theatre performance
  • finite clause — a clause with a finite verb in its predicate.
  • flame cutting — a method of cutting ferrous metals in which the metal is heated by a torch to about 800°C and is oxidized by a stream of oxygen from the torch
  • floor cushion — a cushion placed on the floor of a room for people to sit on
  • floutingstock — a laughing-stock; the object of mockery or flouting
  • flow function — The flow function is the relationship between the strength of a compact and the degree of compaction.
  • fluctuational — Of, pertaining to, or resulting from fluctuation(s).
  • fluoroscoping — Present participle of fluoroscope.
  • flying circus — a squadron of airplanes operating together, especially any of several squadrons of famous World War I aviators.
  • flying column — (formerly) a force of troops equipped and organized to move swiftly and independently of a principal unit to which it is attached.
  • flying saucer — any of various disk-shaped objects allegedly seen flying at high speeds and altitudes, often with extreme changes in speed and direction, and thought by some to be manned by intelligent beings from outer space.
  • 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.
  • fuel injector — injector (def 2b).
  • 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.
  • functionalise — to make functional.
  • functionalism — (usually initial capital letter) Chiefly Architecture, Furniture. a design movement evolved from several previous movements or schools in Europe in the early 20th century, advocating the design of buildings, furnishings, etc., as direct fulfillments of material requirements, as for shelter, repose, or the serving of food, with the construction, materials, and purpose clearly expressed or at least not denied, and with aesthetic effect derived chiefly from proportions and finish, purely decorative effects being excluded or greatly subordinated. the doctrines and practices associated with this movement. Compare rationalism (def 4).
  • functionalist — a person who advocates, or works according to, the principles of functionalism.
  • functionality — of or relating to a function or functions: functional difficulties in the administration.
  • functionalize — to make functional.
  • genuflections — Plural form of genuflection.
  • gesticulating — Present participle of gesticulate.
  • gesticulation — the act of gesticulating.
  • glass curtain — a transparent or translucent curtain covering the interior of a window opening.
  • gluconeogenic — glucose formation in animals from a noncarbohydrate source, as from proteins or fats.
  • gluconic acid — a colorless, water-soluble acid, C 6 H 12 O 7 , obtained by the oxidation of glucose, used commercially in a 50-percent solution for cleaning metals.
  • glucuronidase — an enzyme that catalyzes glucuronide hydrolysis
  • gnu c library — (library)   (glibc) The run-time library for the GNU C compiler, gcc, and others. glibc is the source code for libc.a. It is maintained separately from the compilers and is a superset of ANSI C and POSIX.1 and a large subset of POSIX.2. Mailing list: <[email protected]> (bugs).
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?