math.parser vocabulary
Factor handbook » Vocabulary index


Documentation
Converting between numbers and strings

Metadata
Parents:math
Tags:math
Authors:Slava Pestov


Words

Error classes
ClassSuperclassSlots
Image invalid-radixImage tupleradix


Generic words
WordStack effect
Image >base( n radix -- str )


Ordinary words
WordStack effect
Image #( n -- )
Image >base-digits( n radix -- seq )
Image >bin( n -- str )
Image >dec( n -- str )
Image >digit( n -- ch )
Image >digits( n -- seq )
Image >hex( n -- str )
Image >oct( n -- str )
Image base-digits>( seq radix -- n )
Image base>( str radix -- n/f )
Image bin>( str -- n/f )
Image dec>( str -- n/f )
Image digit>( ch -- n )
Image digits>( seq -- n )
Image hex>( str -- n/f )
Image invalid-radix( radix -- * )
Image number>string( n -- str )
Image oct>( str -- n/f )
Image string>digits( str -- digits )
Image string>number( str -- n/f )


Class predicate words
WordStack effect
Image invalid-radix?( object -- ? )


Files


Metadata files


Children from resource:core
VocabularySummary
Image math.parser.parser-tests.factor
Image math.parser.parser-docs.factor
Image math.parser.summary.txt
Image math.parser.parser.factor
Image math.parser.authors.txt
Image math.parser.tags.txt