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.
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.
// Install BardCore as a Cake Addin
#addin nuget:?package=BardCore&version=0.1.3

// Install BardCore as a Cake Tool
#tool nuget:?package=BardCore&version=0.1.3

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 994 1/21/2024
0.2.0 1,364 1/1/2024
0.1.16 963 12/26/2023
0.1.15 1,170 12/21/2023
0.1.14 1,260 12/14/2023
0.1.13 391 12/14/2023
0.1.12 352 12/12/2023
0.1.11 356 12/12/2023
0.1.10 350 12/11/2023
0.1.9 357 12/11/2023
0.1.8 351 12/10/2023
0.1.7 371 12/7/2023
0.1.6 343 12/6/2023
0.1.5 355 12/4/2023
0.1.4 386 12/3/2023
0.1.3 391 12/1/2023
0.1.2 354 12/1/2023
0.1.1 341 12/1/2023
0.1.0 408 12/1/2023

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.