Main Home Quick tour Handbook Docs Mailing Lists Demonstration Download Sourceforge project FAQ Links
Toolboxes Char Control Crypto Deprecated Engine Finance FunFun General Graphics 3D Graphics Image Integration InputOutput JMathLib LinearAlgebra Matrix Miscellaneous Net Polynomial Set Signal SpecFun SpecialMatrix Statistics String System Time Trigonometric UserInterface ...
Contact Developers
sign(value)
Returns the sign of value.
The sign of a complex number is calculated as sign(x) = x./abs(x)
sign(-10) = -1 sign(10) = 1 sign(3+2i) = 0.832 + 0.555i
abs
Last modified