fn round(value: f64) -> f64
Round wrapper that uses hardware implementation if std is available, falling back to manual implementation for no_std
std
no_std