Vocabularymath.
parserInputsOutputsWord descriptionOutputs a string representation of a number using base 16.
ExamplesUSING: math.parser prettyprint ;
3735928559 >hex .
"deadbeef"
USING: math.parser prettyprint ;
-15.5 >hex .
"-1.fp3"
See alsohex>,
.hDefinition