]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/math.factor
classes.builtin: Add the BUILTIN: keyword which lets builtin classes show up in sourc...
[factor.git] / core / math / math.factor
index b7ef811d3aad9d4e09e79e8ccb7517b87cbf0d5a..fa81ce3e2a0f78f70f189eb7fe24121038b1d498 100644 (file)
@@ -3,6 +3,10 @@
 USING: kernel ;
 IN: math
 
+BUILTIN: fixnum ;
+BUILTIN: bignum ;
+BUILTIN: float ;
+
 GENERIC: >fixnum ( x -- n ) foldable
 GENERIC: >bignum ( x -- n ) foldable
 GENERIC: >integer ( x -- n ) foldable