mod algorithm;
mod api;
pub use self::api::*;
#[doc(hidden)]
#[cfg(feature = "correct")]
pub use self::algorithm::bigcomp::{fast_atof as bigcomp_fast_atof, slow_atof as bigcomp_slow_atof};
#[doc(hidden)]
#[cfg(feature = "algorithm_m")]
pub use self::algorithm::algorithm_m::{atof as algom_atof};