Skip to content

Math.Acos

Name - Description Default Type
<input> Any valid float(s) or a sequence of such entities supported by this operation. FloatFloat2Float3Float4Color[Any]
<output> The result of the operation, usually in the same type as the input value. FloatFloat2Float3Float4Color[Any]

Applies the unary operation on the input value and returns the result (or a sequence of results if the input and the operand are sequences).

Examples

1
2
3
4
5
(float4 -1.0 0.0 0.5 1.0)
(Math.Acos) (Log)

(Math.Subtract (float4 3.1415927 1.5707963 1.0471976 0.0)) (Math.Abs)
(IsLess (float4 1e-05 1e-05 1e-05 1e-05)) (Assert.Is true true)
[info] [shards/Math/Acos/Acos.edn] (3.14159 1.5708 1.0472 0)