Pathological floating point problems: Difference between revisions

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

edits