bbmod_cmp

A function defined in bbmod_cmp.gml

bbmod_cmp(_a, _b)

Description

Checks whether two number are equal, taking into account math_get_epsilon.

Arguments

Name Type Description
_a Real The first number.
_b Real The second number.

Returns

Bool Returns true if the two numbers are equal.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.