Cargo Features

[dependencies]
approx_det = { version = "2.0.0", default-features = false, features = ["std", "libm_fallback", "libm_force", "num-complex"] }
default = std

The std feature is set by default whenever approx_det is added without default-features = false somewhere in the dependency tree.

std default
libm_fallback = libm
libm_force = libm

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

num-complex implicit feature

Enables num-complex

num-complex:

Complex numbers implementation for Rust

libm libm_fallback? libm_force?