ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Functions | |
hypo ($a, $b) | |
Pythagorean Theorem:. More... | |
hypo | ( | $a, | |
$b | |||
) |
Pythagorean Theorem:.
a = 3 b = 4 r = sqrt(square(a) + square(b)) r = 5
r = sqrt(a^2 + b^2) without under/overflow.
mixed | $a | |
mixed | $b |
Definition at line 18 of file Maths.php.
References $r.
Referenced by PhpOffice\PhpSpreadsheet\Shared\JAMA\QRDecomposition\__construct(), PhpOffice\PhpSpreadsheet\Shared\JAMA\SingularValueDecomposition\__construct(), and PhpOffice\PhpSpreadsheet\Shared\JAMA\EigenvalueDecomposition\tql2().