The cos function#

Aliases#

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

Cosine, element-wise.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Cos