Zen API
|
Reports whether two double-precision values are approximately equal.
There is no simple, general-purpose solution for comparing two floating-point numbers for approximate equality. This method implements a simple approach that will not work for all cases. Use with caution.
a | First value. |
b | Second value. |