Releases: meokullu/MathematicalConstants
Releases · meokullu/MathematicalConstants
v1.4.0 Conversions
On this release;
ToInt32(string data, int startingIndex, int endIndex)
, ToInt64(string data, int startingIndex, int endIndex)
and ToDouble(string data, int startingIndex, int endIndex) methods are added for conversion of numerical data provided by MathematicalConstants into int32, int64 and double data types.
v1.3.1 Icon
On this release;
Package icon was replaced with high resolution.
v1.3.0 Multi-target frameworks support
On this release;
Multi-target frameworks (net6.0; net7.0; net461; netcoreapp3.1; netstandard2.0) support is added.
v1.2.0 Expanding V2
On this release;
40 additional mathematical constants are added. All numbers have their Wikipedia, oeis.org, and source links on their summaries.
v1.1.0 Expanding V1
On this release;
- 34 additional mathematical constants are added. Their summaries include Wikipedia link.
- "#.####" formatted first five digits added into summary of number itself and its length propery.
v1.0.0 Initial Release
This is initial release of Mathematical Constants.