CCSWE.nanoFramework.Math
0.1.19
See the version list below for details.
dotnet add package CCSWE.nanoFramework.Math --version 0.1.19
NuGet\Install-Package CCSWE.nanoFramework.Math -Version 0.1.19
<PackageReference Include="CCSWE.nanoFramework.Math" Version="0.1.19" />
paket add CCSWE.nanoFramework.Math --version 0.1.19
#r "nuget: CCSWE.nanoFramework.Math, 0.1.19"
// Install CCSWE.nanoFramework.Math as a Cake Addin #addin nuget:?package=CCSWE.nanoFramework.Math&version=0.1.19 // Install CCSWE.nanoFramework.Math as a Cake Tool #tool nuget:?package=CCSWE.nanoFramework.Math&version=0.1.19
CCSWE.nanoFramework.Math
A fast, but not necessarily IEEE 754:2019 compliant, implementation of System.Math for .NET nanoFramework.
Goals
- Provide an "as fast as possible" implementation of System.Math at the expense of IEEE 754:2019 compliance
- 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- nanoFramework.CoreLibrary (>= 1.15.5)
- nanoFramework.System.Math (>= 1.5.43)
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 (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 |
---|---|---|
0.1.48 | 100 | 10/28/2024 |
0.1.47 | 119 | 10/21/2024 |
0.1.46 | 134 | 10/14/2024 |
0.1.45 | 136 | 10/7/2024 |
0.1.44 | 143 | 9/30/2024 |
0.1.43 | 99 | 9/26/2024 |
0.1.42 | 76 | 9/26/2024 |
0.1.41 | 151 | 9/21/2024 |
0.1.39 | 244 | 8/31/2024 |
0.1.38 | 138 | 8/29/2024 |
0.1.37 | 209 | 8/11/2024 |
0.1.36 | 173 | 8/6/2024 |
0.1.35 | 133 | 8/2/2024 |
0.1.34 | 196 | 7/25/2024 |
0.1.33 | 111 | 7/24/2024 |
0.1.32 | 295 | 7/15/2024 |
0.1.31 | 161 | 7/12/2024 |
0.1.30 | 249 | 6/29/2024 |
0.1.29 | 341 | 6/12/2024 |
0.1.28 | 185 | 6/4/2024 |
0.1.26 | 138 | 6/3/2024 |
0.1.25 | 345 | 5/24/2024 |
0.1.24 | 149 | 5/23/2024 |
0.1.23 | 203 | 5/17/2024 |
0.1.22 | 201 | 5/15/2024 |
0.1.21 | 114 | 5/13/2024 |
0.1.20 | 156 | 5/10/2024 |
0.1.19 | 250 | 4/25/2024 |
0.1.18 | 236 | 4/10/2024 |
0.1.17 | 159 | 4/9/2024 |
0.1.16 | 139 | 4/8/2024 |
0.1.15 | 175 | 4/4/2024 |
0.1.14 | 137 | 4/3/2024 |
0.1.13 | 171 | 3/21/2024 |
0.1.12 | 158 | 2/1/2024 |
0.1.11 | 176 | 1/26/2024 |
0.1.10 | 369 | 11/20/2023 |
0.1.9 | 124 | 11/20/2023 |
0.1.8 | 236 | 11/10/2023 |
0.1.7 | 115 | 11/10/2023 |
0.1.6 | 119 | 11/10/2023 |
0.1.4 | 120 | 11/10/2023 |
0.1.3 | 142 | 11/9/2023 |
0.1.2 | 212 | 11/8/2023 |
0.1.1 | 213 | 11/3/2023 |
0.1.0 | 174 | 11/3/2023 |