Resonite rich text and html is the same who woulda thunk? Stub. |
Filled in this node page. |
||
Line 4: | Line 4: | ||
|Inputs= | |Inputs= | ||
[ | [ | ||
{"Type":"Dummy"} | {"Name":"N", "Type":"Dummy"} | ||
] | ] | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Type":"Dummy"} | {"Name":"*", "Type":"Dummy"} | ||
] | ] | ||
|}} | |}} | ||
[[ | The '''Value Cube''' node takes in a value and cubes it, basically returning itself multiplied by itself 3 times. | ||
{{Note|This is similar to using the [[ProtoFlux:Pow|Pow]] node, and using the value that you want to cube and setting the power to 3.|information}} | |||
== Inputs == | |||
=== N (Pseudo-Generic) === | |||
The number we want to cube. | |||
== Outputs == | |||
=== * (Pseudo-Generic) === | |||
Returns the cubed value. | |||
== See Also == | |||
* Wikipedia's definition of [https://en.wikipedia.org/wiki/Cube_(algebra) cube]. | |||
[[Category:ProtoFlux:Operators]] | [[Category:ProtoFlux:Operators]] |
Revision as of 13:38, 27 June 2024
n3
Operators
The Value Cube node takes in a value and cubes it, basically returning itself multiplied by itself 3 times.
Inputs
N (Pseudo-Generic)
The number we want to cube.
Outputs
* (Pseudo-Generic)
Returns the cubed value.
See Also
- Wikipedia's definition of cube.