English Dictionary
◊ INCENSE
incense
n 1: a substance that produces a fragrant odor when burned
2: the pleasing scent produced when incense is burned; "incense
filled the room"
v 1: perfume esp. with a censer [syn: {cense}, {thurify}]
2: make furious [syn: {outrage}, {enfuriate}, {infuriate}, {exasperate}]
English Computing Dictionary
◊ DID YOU MEAN INVERSE?
inverse
Given a {function}, f : D -> C, a function g : C
-> D is called a left inverse for f if for all d in D, g (f d)
◦ d and a right inverse if, for all c in C, f (g c) ◦ c and an
inverse if both conditions hold. Only an {injection} has a
left inverse, only a {surjection} has a right inverse and only
a {bijection} has inverses. The inverse of f is often written
as f with a -1 superscript.
(1996-03-12)