]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/math/derivatives/derivatives.factor
use radix literals
[factor.git] / unmaintained / math / derivatives / derivatives.factor
index 7922a48a6b823e558bfb3d5735011f6f1fc7e1fb..95fd51cf752089c68d321382bfa1418690e9eab5 100644 (file)
@@ -6,7 +6,7 @@ IN: math.derivatives
 
 TUPLE: state x func h err i j errt fac hh ans a done ;
 
-: largest-float ( -- x ) HEX: 7fefffffffffffff bits>double ; foldable
+: largest-float ( -- x ) 0x7fefffffffffffff bits>double ; foldable
 : ntab ( -- val ) 8 ; inline
 : con ( -- val ) 1.6 ; inline
 : con2 ( -- val ) con con * ; inline