number>text ( n -- str )


Vocabulary
math.text.french

Inputs
nan integer


Outputs
stra string


Word description
Return the a string describing n in French. Numbers with absolute value equal to or greater than 10^12 will be returned using their numeric representation.

Definition


Methods