The as_float function#

Aliases#

halerium.core.as_float
halerium.core.math.as_float
as_float(operand)#

Casting to float.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.AsFloat