Type: lib.math.MathFunction
Namespace: lib.math
Description
Performs a selected unary math operation on an input. math, negate, absolute, square, cube, square_root, cube_root, sine, cosine, tangent, arcsine, arccosine, arctangent, log
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| input | (int | float) |
0.0 |
|
| operation | Enum['negate', 'absolute', 'square', 'cube', 'square_root', 'cube_root', 'sine', 'cosine', 'tangent', 'arcsin', 'arccos', 'arctan', 'log'] |
Unary operation to perform | negate |
Outputs
| Output | Type | Description |
|---|---|---|
| output | (int | float) |
Metadata
Related Nodes
Browse other nodes in the lib.math namespace.