nanoFramework.System.Math 1.4.4-preview.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of nanoFramework.System.Math.
There is a newer version of this package available.
See the version list below for details.
dotnet add package nanoFramework.System.Math --version 1.4.4-preview.8
NuGet\Install-Package nanoFramework.System.Math -Version 1.4.4-preview.8
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.4.4-preview.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nanoFramework.System.Math --version 1.4.4-preview.8
#r "nuget: nanoFramework.System.Math, 1.4.4-preview.8"
#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.4.4-preview.8&prerelease

// Install nanoFramework.System.Math as a Cake Tool
#tool nuget:?package=nanoFramework.System.Math&version=1.4.4-preview.8&prerelease

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
nanoFramework.System.Math (preview) 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 (73)

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

Package Downloads
nanoFramework.System.Numerics The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

GitHub repositories (5)

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.43 15,390 11/9/2023
1.5.29 107,650 1/2/2023
1.5.25 8,259 12/22/2022
1.5.18 27,991 10/31/2022
1.5.15 9,999 10/26/2022
1.5.12 16,497 10/24/2022
1.5.10 1,715 10/23/2022
1.5.8 11,702 10/22/2022
1.4.4 429,270 3/28/2022
1.4.4-preview.25 125 3/28/2022
1.4.4-preview.22 3,605 3/17/2022
1.4.4-preview.19 326 3/14/2022
1.4.4-preview.15 875 2/17/2022
1.4.4-preview.13 397 2/4/2022
1.4.4-preview.11 429 1/28/2022
1.4.4-preview.10 210 1/28/2022
1.4.4-preview.8 158 1/28/2022
1.4.4-preview.5 370 1/21/2022
1.4.3 21,103 12/2/2021
1.4.3-preview.20 159 12/2/2021
1.4.3-preview.18 161 12/2/2021
1.4.3-preview.15 171 12/1/2021
1.4.3-preview.7 269 11/12/2021
1.4.3-preview.5 146 11/12/2021
1.4.3-preview.3 170 11/12/2021
1.4.3-preview.1 179 11/11/2021
1.4.1 29,025 7/15/2021
1.4.1-preview.12 198 7/14/2021
1.4.1-preview.10 592 7/6/2021
1.4.1-preview.7 1,354 6/19/2021
1.4.1-preview.5 292 6/7/2021
1.4.1-preview.3 221 6/3/2021
1.4.1-preview.1 192 6/1/2021
1.4.0-preview.9 637 5/24/2021
1.4.0-preview.7 876 5/20/2021
1.4.0-preview.5 571 5/19/2021
1.4.0-preview.3 209 5/13/2021
1.4.0-preview.1 352 5/13/2021
1.3.1-preview.37 180 5/11/2021
1.3.1-preview.31 567 3/21/2021
1.3.1-preview.29 739 3/2/2021
1.3.1-preview.24 587 1/6/2021
1.3.1-preview.22 766 12/29/2020
1.3.1-preview.17 250 12/7/2020
1.3.1-preview.14 282 10/21/2020
1.3.1-preview.12 259 10/20/2020
1.3.1-preview.10 515 10/1/2020
1.3.1-preview.3 283 9/19/2020
1.3.1-preview.2 458 6/17/2020
1.3.0 805 6/17/2020
1.2.0 516 6/11/2020
1.2.0-preview.19 307 6/11/2020
1.2.0-preview.17 300 6/4/2020
1.2.0-preview.16 417 5/8/2020
1.2.0-preview.15 281 5/8/2020
1.2.0-preview.14 265 4/27/2020
1.2.0-preview.13 295 4/16/2020
1.2.0-preview.12 255 4/14/2020
1.2.0-preview.11 282 3/10/2020
1.2.0-preview.10 248 3/9/2020
1.2.0-preview.9 283 3/9/2020
1.2.0-preview.7 358 11/14/2019
1.2.0-preview.6 276 11/7/2019
1.2.0-preview.5 273 11/4/2019
1.2.0-preview.4 267 10/23/2019
1.2.0-preview.3 279 10/18/2019
1.1.0 1,126 10/17/2019
1.1.0-preview.3 291 10/16/2019
1.0.6 1,000 10/15/2019
1.0.6-preview.23 295 10/15/2019
1.0.6-preview.18 337 7/18/2019
1.0.6-preview.15 381 6/23/2019
1.0.6-preview.10 325 6/20/2019
1.0.6-preview.6 370 6/18/2019
1.0.6-preview.2 338 6/12/2019
1.0.5-preview-001 1,046 4/23/2019
1.0.4 1,283 1/21/2019
1.0.3-preview-012 543 4/23/2019
1.0.2 947 12/15/2018
1.0.2-preview-015 1,075 12/5/2018
1.0.2-preview-010 636 11/21/2018