hypot3function
Computes the value of sqr(x^2 + y^2 + z^2).
Syntax
FUNCTION hypot3 (BYVAL x AS DOUBLE, BYVAL y AS DOUBLE, BYVAL z AS DOUBLE) AS DOUBLE
Parameters
| Name | Description | |
|---|---|---|
x, y, z | Double 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