rust crate: nearly equal
See the crate documentation for more details.
num-complex
- Implement NearlyEq
traits for num_complex::Complex
. This adds a dependency on the num-complex
crate.
ndarray
- Implement NearlyEq
traits for ndarray::ArrayBase
. This adds a dependency on the ndarray
crate.
i128
- Implement NearlyEq
traits for i128
and u128
. Available only on Rust nightly channel.