hypot
Overloads
| Name | Description |
|---|---|
hypot(integer p1, real p2) -> real | Calculates the Euclidean norm (hypotenuse) of two values. |
hypot(bool p1, integer p2) -> real | Calculates the Euclidean norm (hypotenuse) of two values. |
hypot(real p1, bool p2) -> real | Calculates the Euclidean norm (hypotenuse) of two values. |
hypot(real p1, real p2) -> real | Calculates the Euclidean norm (hypotenuse) of two values. |
hypot(real p1, integer p2) -> real | Calculates the Euclidean norm (hypotenuse) of two values. |
hypot(bool p1, real p2) -> real | Calculates the Euclidean norm (hypotenuse) of two values. |
hypot(bool p1, bool p2) -> real | Calculates the Euclidean norm (hypotenuse) of two values. |
hypot(integer p1, bool p2) -> real | Calculates the Euclidean norm (hypotenuse) of two values. |
hypot(integer p1, integer p2) -> real | Calculates the Euclidean norm (hypotenuse) of two values. |
hypot(integer p1, real p2) -> real
Calculates the Euclidean norm (hypotenuse) of two values.
Parameters
- p1: The first value.
- p2: The second value.
hypot(bool p1, integer p2) -> real
Calculates the Euclidean norm (hypotenuse) of two values.
Parameters
- p1: The first value.
- p2: The second value.
hypot(real p1, bool p2) -> real
Calculates the Euclidean norm (hypotenuse) of two values.
Parameters
- p1: The first value.
- p2: The second value.
hypot(real p1, real p2) -> real
Calculates the Euclidean norm (hypotenuse) of two values.
Parameters
- p1: The first value.
- p2: The second value.
hypot(real p1, integer p2) -> real
Calculates the Euclidean norm (hypotenuse) of two values.
Parameters
- p1: The first value.
- p2: The second value.
hypot(bool p1, real p2) -> real
Calculates the Euclidean norm (hypotenuse) of two values.
Parameters
- p1: The first value.
- p2: The second value.
hypot(bool p1, bool p2) -> real
Calculates the Euclidean norm (hypotenuse) of two values.
Parameters
- p1: The first value.
- p2: The second value.
hypot(integer p1, bool p2) -> real
Calculates the Euclidean norm (hypotenuse) of two values.
Parameters
- p1: The first value.
- p2: The second value.
hypot(integer p1, integer p2) -> real
Calculates the Euclidean norm (hypotenuse) of two values.
Parameters
- p1: The first value.
- p2: The second value.