v0.3.0
- Breaking change: add specific implementations for
exp2
andlog2
functions. - Breaking change: update formatting, support exponential formats and precision specifiers.
- Add optional support for serde (feature "serde_support").
- Add conversions to/from
i128
andu128
. - Mathematical functions are optional but enabled by default (feature "math_funcs").