Dangl.Calculator
1.1.3
Prefix Reserved
See the version list below for details.
dotnet add package Dangl.Calculator --version 1.1.3
NuGet\Install-Package Dangl.Calculator -Version 1.1.3
<PackageReference Include="Dangl.Calculator" Version="1.1.3" />
paket add Dangl.Calculator --version 1.1.3
#r "nuget: Dangl.Calculator, 1.1.3"
// Install Dangl.Calculator as a Cake Addin #addin nuget:?package=Dangl.Calculator&version=1.1.3 // Install Dangl.Calculator as a Cake Tool #tool nuget:?package=Dangl.Calculator&version=1.1.3
Package to evaluate mathematical formulas from strings
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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Antlr4.Runtime (>= 4.6.6)
-
.NETStandard 1.1
- Antlr4.Runtime (>= 4.6.6)
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- Antlr4.Runtime (>= 4.6.6)
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 |
---|---|---|
2.2.0 | 41,334 | 11/15/2023 |
2.1.0 | 10,052 | 6/30/2023 |
2.0.0 | 15,145 | 1/4/2023 |
1.5.0 | 19,806 | 4/29/2022 |
1.4.0 | 23,679 | 1/23/2021 |
1.3.1 | 451 | 1/16/2021 |
1.3.0 | 468 | 1/15/2021 |
1.2.1 | 525 | 12/26/2020 |
1.2.0 | 22,155 | 8/5/2019 |
1.1.5 | 1,048 | 7/12/2019 |
1.1.4 | 1,684 | 3/8/2019 |
1.1.3 | 814 | 12/28/2018 |
1.1.2 | 890 | 10/19/2018 |
1.1.1 | 898 | 10/9/2018 |
1.1.0 | 896 | 9/15/2018 |
1.0.6 | 1,192 | 3/19/2018 |
1.0.5 | 1,801 | 12/15/2017 |
1.0.4 | 1,057 | 8/11/2017 |
1.0.3 | 1,182 | 12/5/2016 |
1.0.2 | 1,273 | 10/4/2016 |
1.0.1 | 1,145 | 9/25/2016 |
1.0.0 | 1,320 | 9/25/2016 |
## v1.1.3:
- Dropped tests for `netcoreapp2.0`, added tests for `netcoreapp2.2`
- Update of dependencies
## v1.1.2
- Bugfix: Fixed operator precedence for exponential expression, e.g. `1e+2*2 == 200`
## v1.1.1
- Bugfix: Unary minus signs were not always evaluated to the nearest matching expression, e.g. `-3+5` was evaluated as `-(3+5)`. See [GitHub Issue #1](https://github.com/GeorgDangl/Dangl.Calculator/issues/1)
## v1.1.0
- Dropped test support for .NET Core 1.0 and 1.1
- Updated Antlr4 to latest stable version
## v1.0.6
- Add `netstandard2.0` target
- Switch build system to NUKE
## v1.0.5
- Downgrade to netstandard1.1 and net45 for broader compatibility
## v1.0.4
- Update ANTLR to latest version
## v1.0.3
- Target NETStandard 1.3