rtos
(rtos number [ mode [ precision ] ]
)
This function converts the given
number into a
string, based on mode
and precision required.
Arguments |
number (integer or double) the value to be converted
into its string representation |
Return |
string, the resulting string representation of the numeric value |
Example |
(rtos (/ 1.0 3) 2 15) "0.333333333333333" |
Remarks |
with mode provided as NIL (or
omitted), LUNITS sysvar is used; |
© Bricsys NV. All rights reserved. |