(signum [d])Returns the signum function of d - zero for zero, 1.0 if >0, -1.0 if <0.
If d is ##NaN => ##NaN
See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#signum-double-
Examples
No examples yet. Be the first to add one!
(signum [d])No examples yet. Be the first to add one!