BardCore 0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package BardCore --version 0.1.3
                    
NuGet\Install-Package BardCore -Version 0.1.3
                    
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="BardCore" Version="0.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BardCore" Version="0.1.3" />
                    
Directory.Packages.props
<PackageReference Include="BardCore" />
                    
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 BardCore --version 0.1.3
                    
#r "nuget: BardCore, 0.1.3"
                    
#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.
#:package BardCore@0.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BardCore&version=0.1.3
                    
Install as a Cake Addin
#tool nuget:?package=BardCore&version=0.1.3
                    
Install as a Cake Tool

Math lib

Product Compatible and additional computed target framework versions.
native native 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.2.1 1,142 1/21/2024
0.2.0 1,463 1/1/2024
0.1.16 1,049 12/26/2023
0.1.15 1,259 12/21/2023
0.1.14 1,357 12/14/2023
0.1.13 479 12/14/2023
0.1.12 439 12/12/2023
0.1.11 440 12/12/2023
0.1.10 436 12/11/2023
0.1.9 445 12/11/2023
0.1.8 440 12/10/2023
0.1.7 460 12/7/2023
0.1.6 430 12/6/2023
0.1.5 440 12/4/2023
0.1.4 470 12/3/2023
0.1.3 476 12/1/2023
0.1.2 441 12/1/2023
0.1.1 455 12/1/2023 0.1.1 is deprecated because it has critical bugs.
0.1.0 565 12/1/2023 0.1.0 is deprecated because it has critical bugs.

fixed include mistake in nuspec, rewrote testing to use the bardcore library instead. added noexcept + constexpr to all methods that were possible. moved math things into math directory. added exception handling. removed null return on dividing by zero.