LongCalcNetCore 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package LongCalcNetCore --version 0.1.0
                    
NuGet\Install-Package LongCalcNetCore -Version 0.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LongCalcNetCore" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LongCalcNetCore" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="LongCalcNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LongCalcNetCore --version 0.1.0
                    
#r "nuget: LongCalcNetCore, 0.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=LongCalcNetCore&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=LongCalcNetCore&version=0.1.0
                    
Install as a Cake Tool

LongCalcNetCore Arbitrary Precision Float and Complex Number Library

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.3 180 10/1/2024
0.5.2 196 1/23/2024
0.5.1 129 1/22/2024
0.5.0 189 1/22/2024 0.5.0 is deprecated because it is no longer maintained and has critical bugs.
0.3.2 352 2/10/2023
0.3.1 413 12/28/2021
0.2.5 341 12/28/2021
0.2.4 577 10/2/2021
0.2.3 385 8/1/2021
0.2.2 466 3/26/2021
0.2.1 413 3/26/2021
0.2.0 495 11/20/2020
0.1.22 510 10/15/2020
0.1.21 543 9/24/2020
0.1.20 540 9/18/2020
0.1.19 644 9/17/2020 0.1.19 is deprecated because it has critical bugs.
0.1.18 568 9/6/2020
0.1.17 523 8/25/2020
0.1.16 511 8/5/2020
0.1.15 1,021 7/31/2020
0.1.14 995 7/30/2020
0.1.13 538 7/29/2020
0.1.12 537 7/28/2020
0.1.11 518 5/22/2020
0.1.10 533 5/19/2020
0.1.9 545 5/17/2020
0.1.8 537 5/17/2020
0.1.7 541 5/11/2020
0.1.6 616 5/3/2020
0.1.5 528 4/26/2020
0.1.4 515 4/23/2020
0.1.3 542 4/4/2020
0.1.2 756 4/1/2020 0.1.2 is deprecated because it has critical bugs.
0.1.1 777 3/31/2020 0.1.1 is deprecated because it has critical bugs.
0.1.0 808 3/31/2020 0.1.0 is deprecated because it has critical bugs.

This is a port from LongCalc version 0.5.11. By using .Net Core 3.1 BigInteger rather than Mpir.Net for integer support, the library is more portable and might still be efficient enough for significant digits of outputs ~ 100,000 base 10 digits, or maybe more.

Checks for arithmetic overflow or underflow are compiler-included in this release.