Top index Wirbel home

::float

float(int) - convert int to float
float(float afloat) - convert float into float

float(int) converts an int into a float number.

float(float afloat) simply returns afloat itself. This function is provided for polymorphic programming.

See also

int