nanoFramework.System.Math 1.5.18

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package nanoFramework.System.Math --version 1.5.18                
NuGet\Install-Package nanoFramework.System.Math -Version 1.5.18                
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="nanoFramework.System.Math" Version="1.5.18" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nanoFramework.System.Math --version 1.5.18                
#r "nuget: nanoFramework.System.Math, 1.5.18"                
#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 nanoFramework.System.Math as a Cake Addin
#addin nuget:?package=nanoFramework.System.Math&version=1.5.18

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

Quality Gate Status Reliability Rating License NuGet #yourfirstpr Discord

nanoFramework logo


Welcome to the .NET nanoFramework System.Math Class Library repository

Build status

Component Build Status NuGet Package
nanoFramework.System.Math Build Status NuGet

Available APIs and floating-point implementations

The .NET System.Math APIs are available with double parameters. No sweat for the CPUs where the code usually runs. When we move to embedded systems that's a totally different story.

A few more details to properly set context:

  • double type: represents a double-precision 64-bit number with values ranging from negative 1.79769313486232e308 to positive 1.79769313486232e308. Precision ~15-17 digits. Size 8 bytes.
  • float type: represents a single-precision 32-bit number with values ranging from negative 3.402823e38 to positive 3.402823e38. Precision ~6-9 digits. Size 4 bytes.
  • Comparison of floating-point numeric types.

There are all sorts of variants and combinations on how to deal with FP and DP in the embedded world. From hardware support on the CPU to libraries that perform those calculations at the expense of more code and execution speed. .NET nanoFramework targets 32-bit MCUs, therefore support for 64-bits calculations requires extra code and processing.

Adding to the above, the extra precision provided by the double type is seldom required on typical embedded application use cases.

Considering all this and the ongoing quest to save flash space, despite System.Math API offering double type parameters, the type handling at the native code will depend on build options of the firmware. The default implementation works with float under the hood. There is a build option (DP_FLOATINGPOINT) to build the image with DP floating point, which should be used when 'that' extra precision is required.

In case this is relevant, the capability of dealing with double floating point is exposed through this property SystemInfo.FloatingPointSupport.

Feedback and documentation

For documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo.

Join our Discord community here.

Credits

The list of contributors to this project can be found at CONTRIBUTORS.

License

The nanoFramework Class Libraries are licensed under the MIT license.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community. For more information see the .NET Foundation Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.

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 (76)

Showing the top 5 NuGet packages that depend on nanoFramework.System.Math:

Package Downloads
nanoFramework.System.Numerics

This package includes the .NET System.Numerics namespace for .NET nanoFramework C# projects.

UnitsNet.nanoFramework.Frequency

Adds Frequency units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.

nanoFramework.Iot.Device.Mpu6886

This package includes the .NET IoT Core binding Iot.Device.Mpu6886 for .NET nanoFramework C# projects.

UnitsNet.nanoFramework.Pressure

Adds Pressure units for Units.NET on .NET nanoFramework. For .NET or .NET Core, use UnitsNet instead.

nanoFramework.Iot.Device.Buzzer

This package includes the .NET IoT Core binding Iot.Device.Buzzer for .NET nanoFramework C# projects.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on nanoFramework.System.Math:

Repository Stars
dotnet/samples
Sample code referenced by the .NET documentation
angularsen/UnitsNet
Makes life working with units of measurement just a little bit better.
Azure/amqpnetlite
AMQP 1.0 .NET Library
nanoframework/Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
nanoframework/nanoFramework.IoT.Device
📦 This repo includes .NET nanoFramework implementations for various sensors, chips, displays, hats and drivers
Version Downloads Last updated
1.5.86 344 1/30/2025
1.5.43 60,487 11/9/2023
1.5.29 120,847 1/2/2023
1.5.25 8,787 12/22/2022
1.5.18 29,385 10/31/2022
1.5.15 10,560 10/26/2022
1.5.12 17,192 10/24/2022
1.5.10 1,809 10/23/2022
1.5.8 12,195 10/22/2022
1.4.4 443,321 3/28/2022
1.4.4-preview.25 150 3/28/2022
1.4.4-preview.22 3,730 3/17/2022
1.4.4-preview.19 350 3/14/2022
1.4.4-preview.15 892 2/17/2022
1.4.4-preview.13 419 2/4/2022
1.4.4-preview.11 451 1/28/2022
1.4.4-preview.10 231 1/28/2022
1.4.4-preview.8 185 1/28/2022
1.4.4-preview.5 395 1/21/2022
1.4.3 22,218 12/2/2021
1.4.3-preview.20 182 12/2/2021
1.4.3-preview.18 178 12/2/2021
1.4.3-preview.15 193 12/1/2021
1.4.3-preview.7 286 11/12/2021
1.4.3-preview.5 169 11/12/2021
1.4.3-preview.3 187 11/12/2021
1.4.3-preview.1 196 11/11/2021
1.4.1 30,777 7/15/2021
1.4.1-preview.12 217 7/14/2021
1.4.1-preview.10 615 7/6/2021
1.4.1-preview.7 1,405 6/19/2021
1.4.1-preview.5 312 6/7/2021
1.4.1-preview.3 241 6/3/2021
1.4.1-preview.1 212 6/1/2021
1.4.0-preview.9 661 5/24/2021
1.4.0-preview.7 903 5/20/2021
1.4.0-preview.5 594 5/19/2021
1.4.0-preview.3 228 5/13/2021
1.4.0-preview.1 369 5/13/2021
1.3.1-preview.37 198 5/11/2021
1.3.1-preview.31 588 3/21/2021
1.3.1-preview.29 758 3/2/2021
1.3.1-preview.24 605 1/6/2021
1.3.1-preview.22 789 12/29/2020
1.3.1-preview.17 273 12/7/2020
1.3.1-preview.14 299 10/21/2020
1.3.1-preview.12 283 10/20/2020
1.3.1-preview.10 538 10/1/2020
1.3.1-preview.3 308 9/19/2020
1.3.1-preview.2 478 6/17/2020
1.3.0 843 6/17/2020
1.2.0 553 6/11/2020
1.2.0-preview.19 334 6/11/2020
1.2.0-preview.17 321 6/4/2020
1.2.0-preview.16 440 5/8/2020
1.2.0-preview.15 298 5/8/2020
1.2.0-preview.14 284 4/27/2020
1.2.0-preview.13 313 4/16/2020
1.2.0-preview.12 272 4/14/2020
1.2.0-preview.11 299 3/10/2020
1.2.0-preview.10 271 3/9/2020
1.2.0-preview.9 304 3/9/2020
1.2.0-preview.7 383 11/14/2019
1.2.0-preview.6 293 11/7/2019
1.2.0-preview.5 290 11/4/2019
1.2.0-preview.4 288 10/23/2019
1.2.0-preview.3 301 10/18/2019
1.1.0 1,188 10/17/2019
1.1.0-preview.3 308 10/16/2019
1.0.6 1,061 10/15/2019
1.0.6-preview.23 319 10/15/2019
1.0.6-preview.18 359 7/18/2019
1.0.6-preview.15 396 6/23/2019
1.0.6-preview.10 345 6/20/2019
1.0.6-preview.6 397 6/18/2019
1.0.6-preview.2 364 6/12/2019
1.0.5-preview-001 1,099 4/23/2019
1.0.4 1,364 1/21/2019
1.0.3-preview-012 571 4/23/2019
1.0.2 1,012 12/15/2018
1.0.2-preview-015 1,158 12/5/2018
1.0.2-preview-010 673 11/21/2018