Rayson.Formulae
0.0.12-pre
dotnet add package Rayson.Formulae --version 0.0.12-pre
NuGet\Install-Package Rayson.Formulae -Version 0.0.12-pre
<PackageReference Include="Rayson.Formulae" Version="0.0.12-pre" />
paket add Rayson.Formulae --version 0.0.12-pre
#r "nuget: Rayson.Formulae, 0.0.12-pre"
// Install Rayson.Formulae as a Cake Addin #addin nuget:?package=Rayson.Formulae&version=0.0.12-pre&prerelease // Install Rayson.Formulae as a Cake Tool #tool nuget:?package=Rayson.Formulae&version=0.0.12-pre&prerelease
Useful Types: Formula, FormulaBuilder, NodeFactory
Represent a math formula as binary tree, with methods to manipulate the structure of the formula.
Product | Versions 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 is compatible. 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 | 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. |
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. |
-
.NETCoreApp 2.0
- Rayson.Data (>= 0.0.30-pre)
- Rayson.Data.Networks (>= 0.0.14-pre)
- Rayson.DependencyInjection (>= 1.0.2)
-
.NETFramework 4.0
- Rayson.Data (>= 0.0.30-pre)
- Rayson.Data.Networks (>= 0.0.14-pre)
- Rayson.DependencyInjection (>= 1.0.2)
-
.NETStandard 2.0
- Rayson.Data (>= 0.0.30-pre)
- Rayson.Data.Networks (>= 0.0.14-pre)
- Rayson.DependencyInjection (>= 1.0.2)
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 |
---|---|---|
0.0.12-pre | 186 | 1/4/2022 |
0.0.11-pre | 147 | 1/4/2022 |
0.0.10-pre | 475 | 2/2/2019 |
0.0.9-pre | 463 | 2/2/2019 |
0.0.8-pre | 453 | 2/2/2019 |
0.0.7-pre | 446 | 2/2/2019 |
0.0.6-pre | 448 | 1/25/2019 |
0.0.5-pre | 560 | 8/29/2018 |
0.0.4-pre | 592 | 8/27/2018 |
0.0.3-pre | 564 | 8/27/2018 |
0.0.2-pre | 621 | 8/19/2018 |
0.0.1-pre | 637 | 8/18/2018 |
0.0.12-pre
Fixed missing contract method
0.0.11-pre
Added ReplaceVariableWithNumber method to FormulaBuilder
0.0.10-pre
Added Formula.Copy so we can easily copy Formula
0.0.9-pre
Fixed really dumb StackOverflowException when accessing Formula.Nodes
0.0.8-pre
Made Formula public ... and added SetValue to NumberNode
0.0.7-pre
All behaviour tests working after major dependency update
0.0.6-pre
Updated dependencies
0.0.5-pre
Updated dependencies
0.0.4-pre
Added Formula.IsValid, Formula.Trim (for removing useless nodes in the node collection), FormulaBuilder.CreateRandom(3 overloads)
0.0.3-pre
Includes Rayson.Data updates which allow formula to be represented as arrays of nodes
0.0.2-pre
Made using FormulaBuilder more user friendly, and added an overload to TryInsertOperator
0.0.1-pre
init