mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
6 lines
286 B
Plaintext
6 lines
286 B
Plaintext
This module lets you test if two things are *approximately* equal. Yes,
|
|
that sounds a bit wrong at first - surely you know if they should be
|
|
equal or not? But there are actually valid cases when you don't/can't
|
|
know. This module is meant for those rare cases when close is good
|
|
enough.
|