a
(float, default: 0): The input value for which to calculate the arcsine. The value should be in the range [-1, 1].result
(float): The arcsine of the input value, in radians. The output will be in the range [-π/2, π/2].a
input. The node will calculate the arcsine of this value and output the result.
For example, if the input value is 0.5, the node will output approximately 0.523598776 (or π/6 radians).
a
input of the ASIN node.