Skip to content

Math.Erf

Name Mandatory Description Default Type
⬅️ Input A floating point number, a vector of floats (Float2, Float3, Float4), a color, or a sequence of these types supported by this operation. FloatFloat2Float3Float4Color[Any]
Output ➡️ The result of the operation, usually in the same type as the input value. If the input is a sequence, the output will be a sequence of results, with possible broadcasting according to the input and operand. FloatFloat2Float3Float4Color[Any]

Applies the unary operation on the input value and returns the result. If the input is a sequence, the operation is applied to each element of the sequence.

Examples

1
2
3
4
5
@f3(0.0 1.0 2.0)
Math.Erf | Log

Math.Subtract(@f3(0.0 0.84270079 0.99532226)) | Math.Abs
Log