Rheolef  7.1
an efficient C++ finite element environment
sgn.icc
Go to the documentation of this file.
1 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