]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/parser/parser-docs.factor
Merge branch 'new-math-parser' of git://factorcode.org/git/factor into new-math-parser
[factor.git] / core / math / parser / parser-docs.factor
index 0d039f2fe97bc2e6f5e09c0182018d237cef3af2..06d66582e450b2c7d076b692a6d680561f80d148 100644 (file)
@@ -111,13 +111,6 @@ HELP: >hex
     }
 } ;
 
-HELP: string>float ( str -- n/f )
-{ $values { "str" string } { "n/f" "a real number or " { $link f } } }
-{ $description "Primitive for creating a float from a string representation." }
-{ $notes "The " { $link string>number } " word is more general."
-$nl
-"Outputs " { $link f } " if the string does not represent a float." } ;
-
 HELP: float>string
 { $values { "n" real } { "str" string } }
 { $description "Primitive for getting a string representation of a float." }