Crates.io | approximately |
lib.rs | approximately |
version | 1.1.0 |
source | src |
created_at | 2024-07-30 17:09:30.534738 |
updated_at | 2024-07-31 15:38:52.54425 |
description | Approximately compare two any values. |
homepage | https://github.com/yIllusionSky/approximately |
repository | https://github.com/yIllusionSky/approximately |
max_upload_size | |
id | 1320132 |
size | 8,652 |
Evaluate the approximate data
Do you want a crate that can implement approximate functionality? This crate can achieve the functionalities you desire, such as approximate image matching or estimating the similarity between two sets of features. For specific usage, please refer to the examples.
The usage is straightforward, and by default, tolerance levels for the types f32 and f64 are already implemented with precisions of 1e-3 and 1e-6, respectively.