ExtendedNumerics.BigDecimal 2022.108.525
An arbitrary precision decimal class with. Implemented as a arbitrary precision floating poing number using a mantessa and exponent.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ExtendedNumerics.BigDecimal</id>
<version>2022.108.525</version>
<title>ExtendedNumerics.BigDecimal</title>
<authors>Adam White, Jan Christoph Bernack, Rick Harker</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://www.nuget.org/packages/ExtendedNumerics.BigDecimal/</projectUrl>
<description>An arbitrary precision decimal class with. Implemented as a arbitrary precision floating poing number using a mantessa and exponent.</description>
<copyright>Adam White. MIT License. See Licence.</copyright>
<tags>math mathematics arbitrary-precision floating-point decimal arithmetic numerics numbers biginteger csharp</tags>
<repository type="git" url="https://github.com/AdamWhiteHat/BigDecimal" />
<dependencies>
<group targetFramework=".NETFramework4.8" />
<group targetFramework=".NETCoreApp3.1" />
<group targetFramework="net6.0-windows7.0" />
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
</package>