0%

ALL meanings of fix

fix
F f
  • verb with object fix to repair; mend. 1
  • verb with object fix to put in order or in good condition; adjust or arrrange: She fixed her hair in a bun. 1
  • verb with object fix to make fast, firm, or stable. 1
  • verb with object fix to place definitely and more or less permanently: to fix a circus poster to a wall. 1
  • verb with object fix to settle definitely; determine: to fix a price. 1
  • verb with object fix to direct (the eyes, the attention, etc.) steadily: His eyes were fixed on the distant ship. 1
  • verb with object fix to attract and hold (the eye, the attention, etc.). 1
  • verb with object fix to make set or rigid. 1
  • verb with object fix to put into permanent form. 1
  • verb with object fix to put or place (responsibility, blame, etc.) on a person. 1
  • verb with object fix to assign or refer to a definite place, time, etc. 1
  • verb with object fix to provide or supply with (something needed or wanted): How are you fixed for money? 1
  • verb with object fix Informal. to arrange or influence the outcome or action of, especially privately or dishonestly: to fix a jury; to fix a game. 1
  • verb with object fix to get (a meal); prepare (food): What time shall I fix supper? 1
  • verb with object fix Informal. to put in a condition or position to make no further trouble. 1
  • verb with object fix Informal. to get even with; get revenge upon: I'll fix him! 1
  • verb with object fix Informal. to castrate or spay (an animal, especially a pet). 1
  • verb with object fix Chemistry. to make stable in consistency or condition; reduce from fluidity or volatility to a more stable state. to convert atmospheric nitrogen into a useful compound, as a nitrate fertilizer. 1
  • verb with object fix Photography. to render (an image) permanent by removing light-sensitive silver halides. 1
  • verb with object fix Microscopy. to kill, make rigid, and preserve for microscopic study. 1
  • verb without object fix to become fixed. 1
  • verb without object fix to become set; assume a rigid or solid form. 1
  • verb without object fix to become stable or permanent. 1
  • verb without object fix to settle down. 1
  • verb without object fix Slang. to inject oneself with a narcotic. 1
  • verb without object fix Chiefly Southern U.S. to prepare; plan (usually followed by an infinitive): I was just fixing to call you. We're fixing to go to Colorado this summer. 1
  • noun fix Informal. a position from which it is difficult to escape; predicament. 1
  • noun fix Informal. a repair, adjustment, or solution, usually of an immediate nature: Can you think of a fix for the problem? 1
  • noun fix Navigation. a charted position of a vessel or aircraft, determined by two or more bearings taken on landmarks, heavenly bod-ies, etc. the determining of the position of a ship, plane, etc., by mathematical, electronic, or other means: The navigator took a fix on the sun and steered the ship due north. 1
  • noun fix a clear determination: Can you get a fix on what he really means? 1
  • noun fix Slang. an injection of heroin or other narcotic. the narcotic or amount of narcotic injected. a compulsively sought dose or infusion of something: to need one's daily fix of soap operas on TV. 1
  • noun fix Slang. an underhand or illegal arrangement, especially one secured through bribery or influence. a contest, situation, etc., whose outcome is prearranged dishonestly. 1
  • idioms fix fix one's wagon, Informal. to exact retribution for an offense; treat someone vengefully: I'll dock his pay and that will fix his wagon. 1
  • idioms fix in a fix, Older Slang. pregnant. 1
  • transitive verb fix mend, repair 1
  • transitive verb fix attach 1
  • transitive verb fix price: set 1
  • transitive verb fix meal, food: prepare 1
  • transitive verb fix attention: direct 1
  • transitive verb fix artificially ensure result 1
  • transitive verb fix hold steady 1
  • transitive verb fix make permanent 1
  • noun fix repairs 1
  • noun fix drugs 1
  • noun fix bribery 1
  • intransitive verb fix become solid 1
  • transitive verb fix photography 1
  • noun Definition of fix in Technology 1.   (mathematics)   The fixed point combinator. Called Y in combinatory logic. Fix is a higher-order function which returns a fixed point of its argument (which is a function). fix :: (a -> a) -> a fix f = f (fix f) Which satisfies the equation fix f = x such that f x = x. Somewhat surprisingly, fix can be defined as the non-recursive lambda abstraction: fix = \ h . (\ x . h (x x)) (\ x . h (x x)) Since this involves self-application, it has an infinite type. A function defined by f x1 .. xN = E can be expressed as f = \ x1 ... \ xN . E In the case where N = 0 and f is free in E, this defines an infinite data object, e.g. ones = fix (\ ones . 1 : ones) = (\ ones . 1 : ones) (fix (\ ones . 1 : ones)) = 1 : (fix (\ ones . 1 : ones)) = 1 : 1 : ... Fix f is also sometimes written as mu f where mu is the Greek letter or alternatively, if f = \ x . E, written as mu x . E. Compare quine. 2. bug fix. 1
  • transitive verb fix adjust, touch up 1
  • transitive verb fix take revenge on 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?