Skip to content

v0.3.0

Compare
Choose a tag to compare
@ajtribick ajtribick released this 06 Jul 18:58
  • Breaking change: add specific implementations for exp2 and log2 functions.
  • Breaking change: update formatting, support exponential formats and precision specifiers.
  • Add optional support for serde (feature "serde_support").
  • Add conversions to/from i128 and u128.
  • Mathematical functions are optional but enabled by default (feature "math_funcs").