Indicates if given double values are equal.
Checks if a double value is equal to zero.
Checks if value a is strictly greater than value b.
a
b
Checks if value a is greater than or equal to value b.
Checks if value a is strictly smaller than value b.
Checks if value a is smaller than or equal to value b.
Returns the sign of a double value.