nanoFramework.System.Math 1.5.12

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

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 6 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
nanoframework/nanoFramework.M5Stack
:package: Board support package for M5Stack, M5StickC and M5StickCPlus for .NET nanoFramework
Version Downloads Last updated
1.5.116 3,004 16 days ago
1.5.112 2,761 a month ago
1.5.102 5,674 2 months ago
1.5.90 6,331 2 months ago
1.5.86 3,227 3 months ago
1.5.43 61,988 11/9/2023
1.5.29 120,976 1/2/2023
1.5.25 8,798 12/22/2022
1.5.18 29,561 10/31/2022
1.5.15 10,582 10/26/2022
1.5.12 17,205 10/24/2022
1.5.10 1,822 10/23/2022
1.5.8 12,208 10/22/2022
1.4.4 443,406 3/28/2022
1.4.4-preview.25 165 3/28/2022
1.4.4-preview.22 3,743 3/17/2022
1.4.4-preview.19 363 3/14/2022
1.4.4-preview.15 909 2/17/2022
1.4.4-preview.13 434 2/4/2022
1.4.4-preview.11 467 1/28/2022
1.4.4-preview.10 247 1/28/2022
1.4.4-preview.8 201 1/28/2022
1.4.4-preview.5 421 1/21/2022
1.4.3 22,244 12/2/2021
1.4.3-preview.20 198 12/2/2021
1.4.3-preview.18 193 12/2/2021
1.4.3-preview.15 208 12/1/2021
1.4.3-preview.7 303 11/12/2021
1.4.3-preview.5 185 11/12/2021
1.4.3-preview.3 204 11/12/2021
1.4.3-preview.1 213 11/11/2021
1.4.1 30,908 7/15/2021
1.4.1-preview.12 233 7/14/2021
1.4.1-preview.10 630 7/6/2021
1.4.1-preview.7 1,423 6/19/2021
1.4.1-preview.5 327 6/7/2021
1.4.1-preview.3 257 6/3/2021
1.4.1-preview.1 228 6/1/2021
1.4.0-preview.9 677 5/24/2021
1.4.0-preview.7 952 5/20/2021
1.4.0-preview.5 610 5/19/2021
1.4.0-preview.3 244 5/13/2021
1.4.0-preview.1 385 5/13/2021
1.3.1-preview.37 213 5/11/2021
1.3.1-preview.31 608 3/21/2021
1.3.1-preview.29 781 3/2/2021
1.3.1-preview.24 627 1/6/2021
1.3.1-preview.22 811 12/29/2020
1.3.1-preview.17 295 12/7/2020
1.3.1-preview.14 321 10/21/2020
1.3.1-preview.12 306 10/20/2020
1.3.1-preview.10 560 10/1/2020
1.3.1-preview.3 332 9/19/2020
1.3.1-preview.2 501 6/17/2020
1.3.0 865 6/17/2020
1.2.0 578 6/11/2020
1.2.0-preview.19 356 6/11/2020
1.2.0-preview.17 344 6/4/2020
1.2.0-preview.16 464 5/8/2020
1.2.0-preview.15 322 5/8/2020
1.2.0-preview.14 310 4/27/2020
1.2.0-preview.13 337 4/16/2020
1.2.0-preview.12 296 4/14/2020
1.2.0-preview.11 324 3/10/2020
1.2.0-preview.10 296 3/9/2020
1.2.0-preview.9 328 3/9/2020
1.2.0-preview.7 407 11/14/2019
1.2.0-preview.6 318 11/7/2019
1.2.0-preview.5 316 11/4/2019
1.2.0-preview.4 313 10/23/2019
1.2.0-preview.3 327 10/18/2019
1.1.0 1,214 10/17/2019
1.1.0-preview.3 333 10/16/2019
1.0.6 1,087 10/15/2019
1.0.6-preview.23 344 10/15/2019
1.0.6-preview.18 384 7/18/2019
1.0.6-preview.15 422 6/23/2019
1.0.6-preview.10 372 6/20/2019
1.0.6-preview.6 424 6/18/2019
1.0.6-preview.2 390 6/12/2019
1.0.5-preview-001 1,127 4/23/2019
1.0.4 1,396 1/21/2019
1.0.3-preview-012 599 4/23/2019
1.0.2 1,043 12/15/2018
1.0.2-preview-015 1,191 12/5/2018
1.0.2-preview-010 705 11/21/2018