LongCalcNetCore 0.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package LongCalcNetCore --version 0.1.4
                    
NuGet\Install-Package LongCalcNetCore -Version 0.1.4
                    
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.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LongCalcNetCore" Version="0.1.4" />
                    
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.4
                    
#r "nuget: LongCalcNetCore, 0.1.4"
                    
#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.4
                    
Install as a Cake Addin
#tool nuget:?package=LongCalcNetCore&version=0.1.4
                    
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.

This package has 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 179 10/1/2024
0.5.2 195 1/23/2024
0.5.1 127 1/22/2024
0.5.0 188 1/22/2024 0.5.0 is deprecated because it is no longer maintained and has critical bugs.
0.3.2 348 2/10/2023
0.3.1 411 12/28/2021
0.2.5 339 12/28/2021
0.2.4 575 10/2/2021
0.2.3 383 8/1/2021
0.2.2 464 3/26/2021
0.2.1 411 3/26/2021
0.2.0 493 11/20/2020
0.1.22 508 10/15/2020
0.1.21 540 9/24/2020
0.1.20 538 9/18/2020
0.1.19 640 9/17/2020 0.1.19 is deprecated because it has critical bugs.
0.1.18 566 9/6/2020
0.1.17 521 8/25/2020
0.1.16 509 8/5/2020
0.1.15 1,015 7/31/2020
0.1.14 988 7/30/2020
0.1.13 535 7/29/2020
0.1.12 535 7/28/2020
0.1.11 516 5/22/2020
0.1.10 531 5/19/2020
0.1.9 543 5/17/2020
0.1.8 534 5/17/2020
0.1.7 538 5/11/2020
0.1.6 614 5/3/2020
0.1.5 526 4/26/2020
0.1.4 512 4/23/2020
0.1.3 540 4/4/2020
0.1.2 752 4/1/2020 0.1.2 is deprecated because it has critical bugs.
0.1.1 773 3/31/2020 0.1.1 is deprecated because it has critical bugs.
0.1.0 804 3/31/2020 0.1.0 is deprecated because it has critical bugs.

Modified MaxThreads to always be between 1 and 8. On startup, defaults to 1.

Attempted to adjust output to include a LongCalcNetCoreDemo executable.

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