Skip to main content

sin

functionv1.11

clojure.math/sin

Available in:BBCLJ
(sin [a])
Returns the sine of an angle. If a is ##NaN, ##-Inf, ##Inf => ##NaN If a is zero => zero with the same sign as a See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#sin-double-

No examples yet. Be the first to add one!