Float.st
changeset 24452 2ae8e067fc86
parent 24441 22d70d98a037
child 24461 6bb78b5e6b15
--- a/Float.st	Mon Jul 22 07:25:53 2019 +0200
+++ b/Float.st	Mon Jul 22 12:50:16 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -1344,18 +1342,6 @@
     "1e15 asInteger"
 !
 
-asLargeFloat
-    "return a LargeFloat with same value as receiver"
-
-    ^ LargeFloat fromFloat:self
-
-    "
-     123 asFloat asLargeFloat
-    "
-
-    "Created: / 07-06-2019 / 02:34:01 / Claus Gittinger"
-!
-
 asLongFloat
     "return a LongFloat with same value as receiver"