Skip to main content

copy-sign

functionv1.11

clojure.math/copy-sign

Available in:BBCLJ
(copy-sign [magnitude sign])
Returns a double with the magnitude of the first argument and the sign of the second. See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#copySign-double-double-

No examples yet. Be the first to add one!