LongCalcNetCore 0.1.6
See the version list below for details.
dotnet add package LongCalcNetCore --version 0.1.6
NuGet\Install-Package LongCalcNetCore -Version 0.1.6
<PackageReference Include="LongCalcNetCore" Version="0.1.6" />
paket add LongCalcNetCore --version 0.1.6
#r "nuget: LongCalcNetCore, 0.1.6"
// Install LongCalcNetCore as a Cake Addin #addin nuget:?package=LongCalcNetCore&version=0.1.6 // Install LongCalcNetCore as a Cake Tool #tool nuget:?package=LongCalcNetCore&version=0.1.6
LongCalcNetCore Arbitrary Precision Float and Complex Number Library
Product | Versions 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. |
.NET Core | netcoreapp3.1 is compatible. |
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 | 133 | 10/1/2024 | |
0.5.2 | 177 | 1/23/2024 | |
0.5.1 | 106 | 1/22/2024 | |
0.5.0 | 166 | 1/22/2024 | |
0.3.2 | 315 | 2/10/2023 | |
0.3.1 | 356 | 12/28/2021 | |
0.2.5 | 282 | 12/28/2021 | |
0.2.4 | 523 | 10/2/2021 | |
0.2.3 | 330 | 8/1/2021 | |
0.2.2 | 405 | 3/26/2021 | |
0.2.1 | 355 | 3/26/2021 | |
0.2.0 | 422 | 11/20/2020 | |
0.1.22 | 441 | 10/15/2020 | |
0.1.21 | 476 | 9/24/2020 | |
0.1.20 | 471 | 9/18/2020 | |
0.1.19 | 528 | 9/17/2020 | |
0.1.18 | 499 | 9/6/2020 | |
0.1.17 | 455 | 8/25/2020 | |
0.1.16 | 443 | 8/5/2020 | |
0.1.15 | 856 | 7/31/2020 | |
0.1.14 | 828 | 7/30/2020 | |
0.1.13 | 470 | 7/29/2020 | |
0.1.12 | 471 | 7/28/2020 | |
0.1.11 | 447 | 5/22/2020 | |
0.1.10 | 463 | 5/19/2020 | |
0.1.9 | 462 | 5/17/2020 | |
0.1.8 | 457 | 5/17/2020 | |
0.1.7 | 464 | 5/11/2020 | |
0.1.6 | 542 | 5/3/2020 | |
0.1.5 | 454 | 4/26/2020 | |
0.1.4 | 441 | 4/23/2020 | |
0.1.3 | 472 | 4/4/2020 | |
0.1.2 | 625 | 4/1/2020 | |
0.1.1 | 647 | 3/31/2020 | |
0.1.0 | 679 | 3/31/2020 |
Corrected a terrible inefficiency in the division routines in the previous version which was most apparent when the divisor was very large in magnitude or very close to zero.
Re-worked the various routines that initialized objects from strings or files and those that output objects to strings or files. This was done because several problems or potential problems were discovered in those routines.
It should be noted that, with this version, when attempting to initialize a Matrix object from string or file, if there are insufficient data elements (less than RowLength x ColumnLength items), the initialization will not error-out but instead initialize the missing entries to zero.
Corrected a glaring inaccuracy in some of the Zeta calculations for inputs less than .5 in value.
Checks for arithmetic overflow or underflow are again compiler-included in this release.