fnumber (a # -- r u ) convert the specified string by a and # to float r, on success u is 1, otherwise 0
>float (a # -- r ? ) convert the specified string by a and # to float r, on success flag is true (more robust)
Deleted:
< <
fe. ( r -- ) display, with a trailing space, the floating-point number r in engineering notation
fs. ( r -- ) display, with a trailing space, the floating-point number r in scientific notation
Changed:
< <
fu. ( r -- ) display, with a trailing space, the floating-point number r in (metric) unit prefix notation
> >
fe. ( r -- ) display, with a trailing space, the floating-point number r in engineering notation
fm. ( r -- ) display, with a trailing space, the floating-point number r in metric unit prefix notation
fsin ( r1 -- r2 ) r2 is the sine of the radian angle r1
fcos ( r1 -- r2 ) r2 is the cosine of the radian angle r1