m Fix type paths |
Added a Further Reading section and a video. |
||
(2 intermediate revisions by one other user not shown) | |||
Line 14: | Line 14: | ||
The '''Sin''' node returns the [https://en.wikipedia.org/wiki/Sine_and_cosine| Sine] of the input value. | The '''Sin''' node returns the [https://en.wikipedia.org/wiki/Sine_and_cosine| Sine] of the input value. | ||
{{Template:Note|Input values are treated as [https://en.wikipedia.org/wiki/Radian radians]. If you want to use values in degrees, first multiply by the [[ProtoFlux: | {{Template:Note|Input values are treated as [https://en.wikipedia.org/wiki/Radian radians]. If you want to use values in degrees, first multiply by the [[ProtoFlux:Deg_2_Rad | Deg 2 Rad]] node.|suggestion}} | ||
This node has the following variants: | This node has the following variants: | ||
Line 43: | Line 43: | ||
== Inputs == | == Inputs == | ||
=== N (Pseudo-Generic) === | === N (Pseudo-Generic) === | ||
Line 51: | Line 50: | ||
== Outputs == | == Outputs == | ||
=== | === * (Pseudo-Generic) === | ||
Sine of N. | Sine of N. | ||
== Further Reading == | |||
=== Videos === | |||
<youtube>OfuyQV4SN9c</youtube> | |||
[[Category:ProtoFlux:Math:Trigonometry]] | [[Category:ProtoFlux:Math:Trigonometry]] |
Latest revision as of 20:17, 1 July 2024
Sin
Trigonometry
The Sin node returns the Sine of the input value.
This node has the following variants:
Variants
Inputs
N (Pseudo-Generic)
Input value.
Outputs
* (Pseudo-Generic)
Sine of N.