CCSWE.nanoFramework.Math 0.1.23

dotnet add package CCSWE.nanoFramework.Math --version 0.1.23
NuGet\Install-Package CCSWE.nanoFramework.Math -Version 0.1.23
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="CCSWE.nanoFramework.Math" Version="0.1.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CCSWE.nanoFramework.Math --version 0.1.23
#r "nuget: CCSWE.nanoFramework.Math, 0.1.23"
#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 CCSWE.nanoFramework.Math as a Cake Addin
#addin nuget:?package=CCSWE.nanoFramework.Math&version=0.1.23

// Install CCSWE.nanoFramework.Math as a Cake Tool
#tool nuget:?package=CCSWE.nanoFramework.Math&version=0.1.23

Build License NuGet

CCSWE.nanoFramework.Math

A fast, but not necessarily IEEE 754:2019 compliant, implementation of System.Math for .NET nanoFramework.

Goals

  1. Provide an "as fast as possible" implementation of System.Math at the expense of IEEE 754:2019 compliance
  2. Look for opportunities to improve the performance of the IEEE 754:2019 complaint .NET nanoFramework System.Math implementation.

At this time the first goal is primarily being achieved by removing specific behavior related to double.NaN and float.Nan values. The IEEE 754:2019 specification provides clear guidelines on how certain function should behave related to NaN values but this adds additional overhead that is not always required.

For the second goal I will port any improvements I find back into System.Math implementation and eventually remove them from this library.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CCSWE.nanoFramework.Math:

Package Downloads
CCSWE.nanoFramework.NeoPixel

A fast ESP32 RMT library for controlling LED chipsets (NeoPixel, WS2812B, etc.).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.23 49 5/17/2024
0.1.22 62 5/15/2024
0.1.21 52 5/13/2024
0.1.20 108 5/10/2024
0.1.19 186 4/25/2024
0.1.18 191 4/10/2024
0.1.17 115 4/9/2024
0.1.16 115 4/8/2024
0.1.15 142 4/4/2024
0.1.14 107 4/3/2024
0.1.13 141 3/21/2024
0.1.12 121 2/1/2024
0.1.11 128 1/26/2024
0.1.10 319 11/20/2023
0.1.9 103 11/20/2023
0.1.8 185 11/10/2023
0.1.7 97 11/10/2023
0.1.6 93 11/10/2023
0.1.4 98 11/10/2023
0.1.3 115 11/9/2023
0.1.2 156 11/8/2023
0.1.1 173 11/3/2023
0.1.0 144 11/3/2023