gawk: FP Math Caution

1 
1 15.4 Floating-Point Arithmetic: Caveat Emptor!
1 ==============================================
1 
1      Math class is tough!
1                    -- _Teen Talk Barbie, July 1992_
1 
1    This minor node provides a high-level overview of the issues involved
1 when doing lots of floating-point arithmetic.(1)  The discussion applies
1 to both hardware and arbitrary-precision floating-point arithmetic.
1 
1      CAUTION: The material here is purposely general.  If you need to do
1      serious computer arithmetic, you should do some research first, and
1      not rely just on what we tell you.
1 

Menu