VocabularyinverseInputsOutputsWord descriptionApplies
invertible-quot, then
quot and finally the inverse of
invertible-quot.
ExamplesRound a decimal number to two decimals:
USING: inverse math math.functions prettyprint ;
123.456 [ 100 * ] [ round ] under .
123.46
Definition