Epsilon comparison of floating point numbers.
Epsilon comparison of floating point numbers.
(real< x y)
Determines whether the first real argument is less than the second one.
Determines whether the first real argument is less than the second one.
(real<= x y)
Determines whether the first real argument is less than or equal to the second one.
Determines whether the first real argument is less than or equal to the second one.
(real= x y)
Determines whether two real numbers (or vectors of real numbers) are equal. Returns true if either absolute difference or relative difference of x and y is smaller than epsilon.
[1] http://floating-point-gui.de/
Determines whether two real numbers (or vectors of real numbers) are equal. Returns true if either absolute difference or relative difference of x and y is smaller than epsilon. ## References [1] http://floating-point-gui.de/
(real> x y)
Determines whether the first real argument is greater than the second one.
Determines whether the first real argument is greater than the second one.
(real>= x y)
Determines whether the first real argument is greater than or equal to the second one.
Determines whether the first real argument is greater than or equal to the second one.
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 |