]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/floating-point/floating-point.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / math / floating-point / floating-point.factor
index 66dc6440e3a35cbe117d0c9d41d7a627bb4b28a1..a3e6f2d124c0ade056960f184b7aa9ea37672836 100644 (file)
@@ -54,4 +54,3 @@ IN: math.floating-point
     [ (double-mantissa-bits) 52 2^ / ]
     [ (double-exponent-bits) ] tri
     [ 1 ] [ [ 1 + ] dip ] if-zero 1023 - 2 swap ^ * * ;
-