Skip to main content

hypot

Overloads

NameDescription
hypot(integer p1, real p2) -> realCalculates the Euclidean norm (hypotenuse) of two values.
hypot(bool p1, integer p2) -> realCalculates the Euclidean norm (hypotenuse) of two values.
hypot(real p1, bool p2) -> realCalculates the Euclidean norm (hypotenuse) of two values.
hypot(real p1, real p2) -> realCalculates the Euclidean norm (hypotenuse) of two values.
hypot(real p1, integer p2) -> realCalculates the Euclidean norm (hypotenuse) of two values.
hypot(bool p1, real p2) -> realCalculates the Euclidean norm (hypotenuse) of two values.
hypot(bool p1, bool p2) -> realCalculates the Euclidean norm (hypotenuse) of two values.
hypot(integer p1, bool p2) -> realCalculates the Euclidean norm (hypotenuse) of two values.
hypot(integer p1, integer p2) -> realCalculates 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.