a
(float, default: 0): The input angle in radians.result
(float): The sine of the input angle.a
input port.result
output port.sinNode
is a SIN node with its a
input set to 1.5707963267948966
(π/2 radians, or 90 degrees).outputNode
is connected to the result
output of the sinNode
.outputNode
.
a
input port is connected to a valid float value.