Pathological floating point problems: Difference between revisions

m
m (→‎{{header|Factor}}: remove unused vocabulary)
Line 751:
 
=={{header|Factor}}==
These problems are straightforward due to Factor's rational numbers. One only needs toonly take care not to introduce any floating point values to the calculations.
<lang factor>USING: formatting fry io kernel locals math math.functions
math.ranges sequences ;
1,808

edits