ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
abs.php
Go to the documentation of this file.
1<?php
2
10namespace Complex;
11
26if (!function_exists(__NAMESPACE__ . '\\abs')) {
27 function abs($complex): float
28 {
29 return rho($complex);
30 }
31}
An exception for terminatinating execution or to throw for unit testing.