Skip to content

cos

relationalai.semantics.std.math
cos(value: NumberValue) -> Expression

Compute the cosine.

  • Expression - An Expression computing cos(value). Returns Float.

Compute cosine:

>>> select(math.cos(0))
>>> select(math.cos(Wave.angle))