add-mantissa-digit ( float-parse i number-parse n digit quot -- float-parse' n/f )


Vocabulary
math.parser.private

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


Outputs
float-parse'an object
n/fan object


Definition