Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the read_f function now returns value.or(Ok(0.0)) instead of panicing…
… when the value is invalid (#88) * reading an invalid f64 now returns 0.0 * fixed code according to previous pull request's suggestions
- Loading branch information