CCSWE.nanoFramework.Math 1.1.135

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

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.
.NETnanoFramework netnano1.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 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.).

CCSWE.nanoFramework.Graphics

Color conversion and utility helpers for nanoFramework.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on CCSWE.nanoFramework.Math:

Repository Stars
nanoframework/Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
Version Downloads Last Updated
1.1.135 113 6/1/2026
1.1.134 103 6/1/2026
1.1.133 97 6/1/2026
1.1.130 105 5/31/2026
1.1.129 134 4/23/2026
1.1.128 114 4/23/2026
1.1.127 135 4/15/2026
1.1.124 117 4/15/2026
1.1.123 110 4/14/2026
1.1.122 107 4/13/2026
1.1.117 186 4/13/2026
1.1.114 197 4/10/2026
1.1.113 184 4/10/2026
1.1.112 184 4/9/2026
1.1.104 185 4/8/2026
1.1.103 189 4/8/2026
1.1.101 181 4/7/2026
1.1.100 177 4/7/2026
1.1.99 182 4/7/2026
1.1.97 177 4/2/2026
Loading failed