Difference: FloatingPointUnit (25 vs. 26)

Revision 262022-11-12 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 180 to 180
  All angles are in degrees.

Changed:
<
<
d+ ( x1 x2 -- x3 ) add x1 to x2 giving the sum x3 d- ( x1 x2 -- x3 ) subtract x2 from x1, giving x3 x* ( x1 x2 -- x3 ) multiply x1 by x2 giving x3 x/ ( x1 x2 -- x3 ) divide x1 by x2, giving the quotient x3 x. ( x -- ) display, with a trailing space, the fixed-point number x x.n ( x n -- ) print a fixed-point number x with n fractional digits (truncated)
>
>
d+ ( r1 r2 -- r3 ) add r1 to r2 giving the sum r3 d- ( r1 r2 -- r3 ) subtract r2 from r1, giving r3 x* ( r1 r2 -- r3 ) multiply r1 by r2 giving r3 x/ ( r1 r2 -- r3 ) divide r1 by r2, giving the quotient r3 x. ( r -- ) display, with a trailing space, the fixed-point number r x.n ( r n -- ) print a fixed-point number r with n fractional digits (truncated)
 x#S ( n1 -- n2 ) Adds 32 comma-digits to number output x# ( n1 -- n2 ) Adds one comma-digit to number output
Changed:
<
<
sqrt ( x1 -- x2 ) x2 is the square root of x1
>
>
sqrt ( r1 -- r2 ) r2 is the square root of r1
 sin cos tan
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback