0%

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

  • casual friday — In some companies, employees are allowed to wear clothes that are more informal than usual on a Friday. This day is known as a casual Friday.
  • confoundingly — in a confounding manner
  • coulomb field — the electrostatic field around an electrically charged body or particle
  • culture fluid — the fluid used as a medium for growing microorganisms
  • 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.
  • disgracefully — In a disgraceful manner.
  • disrespectful — characterized by, having, or showing disrespect; lacking courtesy or esteem: a disrespectful remark about teachers.
  • dysfunctional — not performing normally, as an organ or structure of the body; malfunctioning.
  • fluid-extract — a liquid preparation, containing alcohol as a solvent or as a preservative, that contains in each cubic centimeter the medicinal activity of one gram of the crude drug in powdered form.
  • 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.
  • hydrosulfuric — (chemistry) Derived from hydrogen sulfide considered as hydrosulfuric acid.
  • 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.
  • multi-faceted — having many facets, as a gem.
  • self-incurred — to come into or acquire (some consequence, usually undesirable or injurious): to incur a huge number of debts.
  • self-occupied — to take or fill up (space, time, etc.): I occupied my evenings reading novels.
  • self-ridicule — speech or action intended to cause contemptuous laughter at a person or thing; derision.
  • 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.
  • sulfuric acid — a clear, colorless to brownish, dense, oily, corrosive, water-miscible liquid, H 2 SO 4 , usually produced from sulfur dioxide: used chiefly in the manufacture of fertilizers, chemicals, explosives, and dyestuffs and in petroleum refining.
  • 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 D-I-F-C-U-L. It’s easy to find right word with a certain length. It is the easiest way to find 13-letter word that contains in D-I-F-C-U-L 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?