xFunc.Maths 3.2.1

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

// Install xFunc.Maths as a Cake Tool
#tool nuget:?package=xFunc.Maths&version=3.2.1

xFunc.Maths is a simple and easy to use library that allows you to build mathematical expressions.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.4.1 1,389 12/10/2023
4.4.0 926 9/13/2023
4.3.0 229 8/8/2023
4.2.0 772 7/5/2023
4.1.0 4,431 5/23/2022
4.0.1 2,139 4/29/2021
4.0.0 17,369 1/22/2021
3.7.3 1,513 10/6/2020
3.7.2 819 9/4/2020
3.7.1 3,157 7/21/2019
3.7.0 925 6/30/2019
3.6.0 1,309 4/13/2019
3.5.0 1,443 2/19/2018
3.4.0 2,451 2/26/2017
3.3.0 1,493 12/18/2016
3.2.1 1,530 12/4/2016
3.2.0 1,496 12/3/2016
3.1.0 1,538 10/14/2016
3.0.0 1,785 7/10/2016
2.15.16 5,302 5/5/2015
2.15.15 1,747 11/18/2014
2.15.12 1,486 6/19/2014
2.15.10 1,427 6/13/2014
2.15.8 1,374 6/11/2014
2.15.7 1,426 5/29/2014
2.15.6 1,432 5/26/2014
2.15.5 1,416 5/17/2014
2.15.4 1,426 5/14/2014
2.14.1 1,441 5/6/2014
2.13.3 1,548 5/3/2014
2.13.2 1,456 4/29/2014
2.13.0 1,387 4/28/2014
2.12.3 1,423 4/24/2014
2.12.1 1,448 4/22/2014
2.12.0 1,595 4/20/2014
2.11.4 1,530 4/6/2014
2.11.3 1,500 3/22/2014
2.11.2 1,510 2/22/2014
2.11.1 1,492 2/21/2014
2.11.0 1,506 2/18/2014
2.10.2 1,484 11/12/2013
2.10.1 1,451 11/6/2013
2.10.0 1,430 11/4/2013
2.9.0 1,472 11/2/2013
2.8.3 1,451 10/25/2013
2.8.2 1,414 10/21/2013
2.8.1 1,417 10/20/2013
2.7.1 1,456 10/6/2013
2.7.0 1,467 10/5/2013
2.5.11 1,421 9/25/2013
2.5.9 1,473 9/23/2013
2.5.8 1,410 9/22/2013
2.5.5 1,431 9/15/2013
2.5.3 1,456 9/13/2013
2.5.2 1,452 9/11/2013
2.4.1 1,506 8/17/2013
2.3.2 1,740 7/12/2013
2.3.0 1,708 6/26/2013
2.2.2 1,548 6/18/2013
2.2.1.1 1,623 6/13/2013
2.2.1 1,623 6/13/2013
2.2.0 1,567 6/8/2013
2.1.1.2 1,474 4/27/2013
2.1.1 1,647 4/14/2013
2.1.0.4 1,530 4/3/2013
2.1.0.1 1,549 3/22/2013
2.0.7 1,623 3/15/2013
2.0.6 1,567 3/14/2013
2.0.5 1,577 3/9/2013
2.0.2.7 1,494 3/2/2013
2.0.2.6 1,494 2/28/2013
2.0.2.3 1,533 2/17/2013
2.0.2 1,578 2/9/2013
2.0.0.1 1,511 2/7/2013
2.0.0 1,556 2/7/2013

#170 'simplify(x)' throws exception

---

#95 Refactor unit tests
#147 Support Complex Numbers
#149 inverse() and det() throw exception when parameter is vector
#150 Review ResultType properties with complicated logic
#152 Recursive user function returns complex number instead of number
#153 Support Modulo-Operator
#155 Remove unused references
#156 Support abs for vectors
#157 xFunc crashes when you try to assign complex number, vector or matrix to variable
#161 Min/Max/Avg functions
#162 Add third parameter to deriv() function to find numerical deriv in specified point
#163 Implement Equals in DifferentParametersExpression
#164 Rework ExpressionFactory.CreateFunction to set Parameter Count only once
#165 Rework sum() and product() function