or-mantissa->exponent ( float-parse i number-parse n char quot -- float-parse n/f )


Vocabulary
math.parser.private

Inputs
float-parsean object
ian object
number-parsean object
nan object
charan object
quotan object


Outputs
float-parsean object
n/fan object


Definition


: or-mantissa->exponent
( float-parse i number-parse n char quot -- float-parse n/f )
[ exponent-char? [ drop ->exponent ] ] dip if ; inline