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; }
see the Float page for the full documentation
Float sgn(Float x)
Definition sgn.icc:25