a
(float, default: 0): The input value for which to calculate the inverse cosine. The value should be between -1 and 1, inclusive.result
(float): The angle in radians whose cosine is the input value. The output range is between 0 and π (pi), inclusive.a
input port.result
output port.acos_1
) takes an input value of 0.5 and calculates its inverse cosine.radiansToDegrees
node (radToDeg_1
), which converts the angle from radians to degrees.print
node (print_1
) outputs the angle in degrees.radiansToDegrees
node to convert the output.