hypot
Examples
Inlets
a [number]
Opposite/adjacent side a.b [number]
Opposite/adjacent side b.Outlets
Hypotenuse [number]
The hypotenuse of the two inputs.Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
hot [bool] (default: 0)
All inlets trigger calculation.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [number]
Opposite/adjacent side a.
in2 [number]
Opposite/adjacent side b.
reset [bang] (default: 0)
Reset inlets to default values.
See Also
Name | Description |
---|---|
cartopol | Convert Cartesian values to polar format. Angles are in radians. |
poltocar | Convert polar to cartesian coordinates |
sin | Sine of the input |
cos | Cosine of the input |
tan | Tangent of the input |