A function defined in bbmod_cmp.gml
bbmod_cmp(_a, _b)
Checks whether two number are equal, taking into account math_get_epsilon
.
Name | Type | Description |
---|---|---|
_a | Real |
The first number. |
_b | Real |
The second number. |
Bool
Returns true
if the two numbers are equal.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.