Decimal
An arbitrary-precision Decimal type for ClojureScript.
decimal.core
Public variables and functions:
- *
- *decimal*
- +
- +decimal+
- -
- /
- <
- <=
- =
- >
- >=
- abs
- acos
- acosh
- asin
- asinh
- atan
- atanh
- cbrt
- ceil
- cmp
- config
- config!
- cos
- cosh
- decimal
- decimal-places
- decimal?
- div
- div'
- exp
- finite?
- floor
- hypot
- IDecimal
- integer?
- ln
- log
- log10
- log2
- max
- min
- minus
- mod
- modulo-mapping
- mul
- NaN?
- neg
- neg?
- plus
- pos?
- pow
- precision
- random
- round
- round-mapping
- sign
- sin
- sinh
- sqrt
- tan
- tanh
- to-binary
- to-decimal-places
- to-exponential
- to-fixed
- to-fraction
- to-hex
- to-nearest
- to-number
- to-octal
- to-precision
- to-significant-digits
- to-string
- truncate
- value-of
- with-config
- zero?