GM2Calc 2.3.0
|
Go to the source code of this file.
Namespaces | |
namespace | gm2calc |
Functions | |
double | gm2calc::abs_sqrt (double) noexcept |
returns square root of absolute of number | |
int | gm2calc::sign (double) noexcept |
returns sign of real number | |
double | gm2calc::signed_sqr (double) noexcept |
returns square of number, times sign | |
double | gm2calc::signed_abs_sqrt (double) noexcept |
returns square root of absolute of number, times sign | |