The constant function#

Aliases#

halerium.core.constant
halerium.core.math.constant
constant(value)#

Constant, i.e. deterministic non-random value.

Parameters:

value – The value of the constant.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Const