Universal.Common.Mathematics 2.2.1

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

// Install Universal.Common.Mathematics as a Cake Tool
#tool nuget:?package=Universal.Common.Mathematics&version=2.2.1

Provides extensions for mathematical computation.

1.X and prior versions have been deprecated in favour of Math.NET Numerics as the base types in the library. Builds upon the generic types provided in order to bring additional algorithms as extensions.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Universal.Common.Mathematics:

Package Downloads
Universal.Android

Class library for accelerating Xamarin.Android development. Note: If you encounter layout inflation exceptions (could be masked as NotFoundException, or some issue with text_color_secondary.xml etc), make sure you define colorControlNormal and use a style with that attribute defined.

Universal.iOS

Class library for accelerating Xamarin.iOS development.

Universal.Common.Audio

Class library for working with audio.

Universal.World.Generation

Class library to assist with generation of common world objects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.0 3,658 10/13/2021
4.1.0 801 10/7/2021
4.0.1 721 9/16/2021
4.0.0 736 8/26/2021
3.10.0 3,252 2/5/2021
3.9.5.1 768 2/2/2021
3.9.5 839 1/13/2021
3.9.4 1,250 11/26/2020
3.9.3 832 11/26/2020
3.9.2 934 11/9/2020
3.9.1.1 4,102 5/20/2020
3.9.1 1,759 4/24/2020
3.9.0 920 4/7/2020
3.8.3 908 3/17/2020
3.8.2.1 1,048 2/25/2020
3.8.2 923 2/24/2020
3.8.1 908 2/18/2020
3.8.0 914 2/18/2020
3.7.2 8,590 11/18/2019
3.7.1 958 11/16/2019
3.7.0.1 8,051 9/19/2019
3.7.0 995 9/19/2019
3.6.3 2,318 9/5/2019
3.6.2 1,988 8/27/2019
3.6.1.1 6,082 6/26/2019
3.6.1 7,560 6/11/2019
3.6.0 10,499 5/3/2019
3.5.1 1,039 5/2/2019
3.5.0 1,040 5/2/2019
3.4.0 1,086 4/29/2019
3.3.0 1,086 4/26/2019
3.2.1 1,120 3/22/2019
3.1.0 1,065 3/22/2019
3.0.0 1,142 2/16/2019
2.4.0 1,137 2/16/2019
2.3.1 1,142 2/7/2019
2.3.0 1,178 12/21/2018
2.2.1 1,260 12/20/2018
2.2.0 1,152 12/19/2018
2.1.0 1,308 9/24/2018
2.0.1 1,239 9/18/2018
2.0.0 1,326 8/21/2018
2.0.0-alpha 1,337 12/25/2017
1.0.2 1,347 11/28/2017
1.0.1 1,483 8/23/2017
1.0.0 1,338 8/19/2017

Extension method to take the dot product of arrays.