You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.
You can easily use is() to check if a number is exactly a given value, or use the Test2::Tools::Compare::float() function to make it approximate. But sometimes you want to test a number using one of the inequality operators. It'd be great if we had something like
You can easily use
is()
to check if a number is exactly a given value, or use theTest2::Tools::Compare::float()
function to make it approximate. But sometimes you want to test a number using one of the inequality operators. It'd be great if we had something likeThis would be especially useful combined with supporting is()-like testing in is_refcount() (#259).
The text was updated successfully, but these errors were encountered: