Cargo Features
[dependencies]
float_approx_math = { version = "0.1.9", default-features = false, features = ["no_array_trait", "sin", "sqrt"] }
- default = sin, sqrt
-
These default features are set whenever
float_approx_math
is added without
somewhere in the dependency tree.default-features = false - no_array_trait = sqrt
- sin default
-
Enables array__ops and polynomial_ops
- sqrt default no_array_trait?
float_approx_math has 4 features without comments.