Help Center

hypot3function

Computes the value of sqr(x^2 + y^2 + z^2).

Numeric DatatypesfunctionAfxComplex.incdocumented

Syntax

FUNCTION hypot3 (BYVAL x AS DOUBLE, BYVAL y AS DOUBLE, BYVAL z AS DOUBLE) AS DOUBLE

Parameters

NameDescription
x, y, zDouble values.

Description

Computes the value of sqr(x^2 + y^2 + z^2).

Reference

  • Include file AfxComplex.inc
  • Defined in AfxNova/AfxComplex.inc:137
  • Documented in Numeric Datatypes/Complex Numbers Procedures.md
  • Topic: Complex Numbers Procedures