0%

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

  • antisudorific — an antiperspirant.
  • campaign fund — money for a campaign, as of a political candidate, usually acquired through contributions by supporters.
  • caudine forks — a narrow pass in the Apennines, in S Italy, between Capua and Benevento: scene of the defeat of the Romans by the Samnites (321 bc)
  • confoundingly — in a confounding manner
  • confusticated — Simple past tense and past participle of confusticate.
  • counterfeited — Simple past tense and past participle of counterfeit.
  • crowd surfing — the practice of being passed over the top of a crowd of people such as an audience at a pop concert
  • cutting fluid — a liquid or gas for cooling or lubricating a cutting tool and a piece of work at their point of contact.
  • deceitfulness — given to deceiving: A deceitful person cannot keep friends for long.
  • difficultness — The state or quality of being difficult.
  • discontentful — exhibiting a lack of contentment
  • disfunctional — dysfunction.
  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • 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-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.
  • 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).
  • in difficulty — If you are in difficulty or in difficulties, you are having a lot of problems.
  • malfunctioned — Simple past tense and past participle of malfunction.
  • 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
  • non-fiduciary — Law. a person to whom property or power is entrusted for the benefit of another.
  • 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.
  • self-incurred — to come into or acquire (some consequence, usually undesirable or injurious): to incur a huge number of debts.
  • sulfonic acid — any of a large group of organic compounds of the structure RSO 2 OH, which are strong acids that give neutral sodium salts: used in the synthesis of phenols, dyes, and other substances.
  • underfinanced — Underfinanced means the same as underfunded.
  • undifferenced — (of a coat of arms) having no marks indicating family position and to be used by only one person at a time
  • undiscomfited — not discomfited; at ease
  • unelectrified — not powered by electricity
  • unfacilitated — to make easier or less difficult; help forward (an action, a process, etc.): Careful planning facilitates any kind of work.
  • wolffian duct — a duct, draining the mesonephros of the embryo, that becomes the vas deferens in males and vestigial in females.

On this page, we collect all 13-letter words with I-N-D-F-C-U. It’s easy to find right word with a certain length. It is the easiest way to find 13-letter word that contains in I-N-D-F-C-U to use in Scrabble or Crossword puzzles

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?