MetaNumber.st
changeset 24987 3f6eba983106
parent 21893 7f442cdde080
--- a/MetaNumber.st	Mon Nov 25 15:24:45 2019 +0100
+++ b/MetaNumber.st	Mon Nov 25 16:00:51 2019 +0100
@@ -126,26 +126,6 @@
     "Modified: / 21-06-2017 / 20:41:26 / cg"
 !
 
-asQDouble
-    "return a QDouble with same value as the receiver.
-     For anything but NaN, +Inf or -Inf, an error is raised here."
-
-    ^ self asInstanceOf:QDouble fromSelector:#asQDouble
-
-    "
-     Infinity NaN asFloat
-     Infinity NaN asQDouble
-     
-     Infinity positive asFloat
-     Infinity positive asQDouble
-
-     Infinity negative asFloat
-     Infinity negative asQDouble
-    "
-
-    "Created: / 21-06-2017 / 20:42:09 / cg"
-!
-
 asShortFloat
     "return a Float with same value as the receiver.
      For anything but NaN, +Inf or -Inf, an error is raised here."