Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 211 to 211 | ||||||||
pi ( -- r ) r is pi, approx. 3.14159274101257324 | ||||||||
Changed: | ||||||||
< < | fnumber (a # -- r ? ) convert the specified string by a and # to float r, on success flag is true | |||||||
> > | fnumber (a # -- r u ) convert the numbered string to float r, on success u is 1, fail 0 | |||||||
>float (a # -- r ? ) convert the specified string by a and # to float r, on success flag is true (more robust) f. ( r -- ) display, with a trailing space, the floating-point number r in fixed-point notation | ||||||||
Line: 229 to 229 | ||||||||
fx/ ( d1 d2 -- d3 ) divide d1 by d2, giving the quotient d3 fx. ( d -- ) display, with a trailing space, the fixed-point number d fx.n ( d n -- ) print a fixed-point number with n fractional digits (truncated) | ||||||||
Added: | ||||||||
> > | f#S ( n1 -- n2 ) Adds 32 comma-digits to number output f# ( n1 -- n2 ) Adds one comma-digit to number output | |||||||