Sign (MPI)
From Tapestries MUCK
(Difference between revisions)
Line 1: | Line 1: | ||
- | [[Category: | + | [[Category:functions (MPI)]][[Category:Math Functions (MPI)]] |
=sign= | =sign= | ||
<mpi>{sign:expr}</mpi> | <mpi>{sign:expr}</mpi> |
Latest revision as of 01:41, 31 March 2007
sign
{sign:expr}
Returns -1 if expr is negative.
Returns 1 if expr is positive.
If expr is 0, then it returns 0.