(circle-area r)
Calculates the area of the circle with radius r
.
Calculates the area of the circle with radius `r`.
(circle-circumference r)
Calculates the circumference of the circle with radius r
.
Calculates the circumference of the circle with radius `r`.
(rectangle-area a)
(rectangle-area a b)
Calculates the area of a square with sides a
or a rectangle of sides a
and b
.
Calculates the area of a square with sides `a` or a rectangle of sides `a` and `b`.
(rectangle-circumference a)
(rectangle-circumference a b)
Calculates the circumference of a square with sides a
or a rectangle of sides a
and b
.
Calculates the circumference of a square with sides `a` or a rectangle of sides `a` and `b`.
(rectangle-diagonal a)
(rectangle-diagonal a b)
Calculates the diagonal of a square with sides a
or a rectangle of sides a
and b
.
Calculates the diagonal of a square with sides `a` or a rectangle of sides `a` and `b`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close