a
(float, default: 0): The input angle in radians.result
(float): The cosine of the input angle.a
input port.result
output port.result
output to the desired destination node(s) in your spell.PI / 180
.cos(a) = cos(a + 2π)
for any angle a
.