Home  /  Autodocs  /  amiga.lib

NAME

arnd
ASCII round of the provided floating point string

SYNOPSIS

arnd(place, exp, string);

arnd(LONG, LONG, STRPTR);

FUNCTION

Accepts an ASCII string representing an FFP floating point number, the binary representation of the exponent of said floating point number and the number of places to round to. A rounding process is initiated, either to the left or right of the decimal place and the result placed back at the input address defined by &string[0].

INPUTS

place
Integer representing number of decimal places to round to

exp
Integer representing exponent value of the ASCII string

string
Address where rounded ASCII string is to be placed (16 bytes)

RESULT

string
Now contains rounded ASCII string