(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |