Rheolef
7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
sgn.icc
The sign function.
The sign function
Float
sgn
(
Float
x) {
return
(x >= 0) ? 1 : -1; }
Float
see the Float page for the full documentation
sgn
Float sgn(Float x)
Definition
sgn.icc:25