Utilities dealing with numbers.
Utilities dealing with numbers.
(approx= eps x y)Return true if the absolute value of the difference between x and y is less than eps.
Return true if the absolute value of the difference between x and y is less than eps.
(num->roman n)Converts a positive number between 1 and 3999, inclusive to a Roman numeral string.
Converts a positive number between 1 and 3999, inclusive to a Roman numeral string.
(parse-roman s)Converts a Roman numeral string to its numeric value between 1 and 3999, inclusive.
Converts a Roman numeral string to its numeric value between 1 and 3999, inclusive.
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 |