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 default-features = false somewhere in the dependency tree.

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.