All Versions
18
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v0.1.9 Changes

    • ๐Ÿ“‡ Renamed FloatingPointMath to Real.
    • โšก๏ธ Updated implementation of Complex.hyperbolicTangent to align handling of special values to revised C standard.
    • โšก๏ธ Updated swift-tools-version to 4.0.
  • v0.1.8 Changes

    • โœ‚ Removed initializer requirements from FloatingPointMath, moving functionality to an extension to BinaryFloatingPoint.
    • ๐Ÿ“š Reorganized code and edited comments to improve documentation.
  • v0.1.7 Changes

    • โž• Added initial implementation of a pseudo-random number generator protocol and conforming types.
    • โช Restored constraints on FloatingPointMath to refine FloatingPoint and not BinaryFloatingPoint.
  • v0.1.6 Changes

    Modified FloatingPointMath to refine BinaryFloatingPoint instead of FloatingPoint.

  • v0.1.5 Changes

    ๐Ÿ›  Fixed implementation of comparison in Rational<T>.

  • v0.1.4 Changes

    ๐Ÿ›  Fixed several implementations in Rational<T> and added tests.

  • v0.1.3 Changes

    โž• Added initializers to convert from floating-point or integer values to Rational<T>, and vice versa.

  • v0.1.2 Changes

    ๐ŸŽ‰ Initial implementation of:

    • Math
    • FloatingPointMath
    • Complex
    • Rational

    ...and extensions to:

    • UnsignedInteger
    • Float
    • Double