Number converter from scientific notation
Overview
This library converts the input text containing a number in scientific notation like:
1234.5678e-2
into a number, represented by the following tuple:
Example
use ;
let result = number_from_string;
match result
License
Licensed under either of
- MIT license (see LICENSE-MIT) or
- Apache License, Version 2.0 (see LICENSE and NOTICE)
at your option.
Contribution
Any contributions to scidec are greatly appreciated. All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.