Skip to content

Commit

Permalink
edit documentation, generally for style
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Dec 24, 2024
1 parent 544ef95 commit 9c18a45
Show file tree
Hide file tree
Showing 15 changed files with 188 additions and 189 deletions.
14 changes: 7 additions & 7 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Version 1.6.0
- New ToSizedEInteger/ToSizedEIntegerIfExact/IsInteger methods in EDecimal, EFloat, and ERational
- New Create overloads in EFloat and ERational
- New Min and Max methods in EInteger and ERational
- Bug fixes
- Issue fixes

Version 1.5.1

Expand All @@ -45,7 +45,7 @@ Version 1.5.0
- ETrapException now has an Errors property that holds all errors that occur at the same time as the primary error.
- Fixed edge cases when ToShortestString might return an incorrect result.
- Fixed bug when some ETrapExceptions aren't thrown as they should.
- Other bug fixes.
- Other issue fixes.

Version 1.4.3

Expand All @@ -54,7 +54,7 @@ Version 1.4.3

Version 1.4.2

- Bug fix in the EInteger.CanFitInInt64 method
- Issue fix in the EInteger.CanFitInInt64 method

Version 1.4.1

Expand All @@ -71,7 +71,7 @@ Version 1.4.0
- Add Copy method to EDecimal, EFloat, and ERational
- Add CompareToTotalMagnitude overload to EDecimal, EFloat, and ERational
- Deprecated Odd and ZeroFiveUp rounding modes
- Bug fixes and performance improvements
- Issue fixes and performance improvements

Version 1.3.0:

Expand Down Expand Up @@ -122,7 +122,7 @@ Version 0.5

- Moved from .NET Portable to .NET Standard 1.0. Contributed by GitHub user NZSmartie
- Broke backwards compatibility with .NET Framework 4.0
- Bug fixes
- Issue fixes

Version 0.4:

Expand All @@ -141,7 +141,7 @@ Version 0.3:
- Used a new division implementation in EInteger
- Used the new division implementation to optimize conversion
of huge EIntegers to decimal strings
- Bug fixes
- Issue fixes

Version 0.2.2:

Expand All @@ -168,7 +168,7 @@ Version 0.2:
add ToEFloat method taking an EContext in EDecimal
- Added ToShortestString method in EFloat
- Add UnlimitedHalfEven EContext object
- Bug fixes
- Issue fixes

Version 0.1:

Expand Down
2 changes: 1 addition & 1 deletion Numbers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Version 1.8
- Add LowBits family of methods to EInteger
- Add FromInt64AsUnsigned to EInteger, EDecimal, EFloat, and ERational
- Add overload to FromBytes method of EInteger
- Bug fixes</releaseNotes><summary></summary><license type='expression'>CC0-1.0</license><projectUrl>https://github.com/peteroupc/Numbers</projectUrl><authors>Peter Occil</authors><description>A C# library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.</description><owners>Peter Occil</owners><title>Arbitrary-Precision Number Library</title><tags>numbers arithmetic decimal math</tags><dependencies><group targetFramework='.NETStandard1.0' /><group targetFramework='.NETFramework2.0' /><group targetFramework='.NETFramework4.0' /></dependencies></metadata><files><file src='Numbers/bin/Release/netstandard1.0/Numbers.dll' target='/lib/netstandard1.0' /><file src='Numbers/bin/Release/netstandard1.0/Numbers.xml' target='/lib/netstandard1.0' /><file src='Numbers20/bin/Release/Numbers.dll' target='/lib/net20' /><file src='Numbers20/bin/Release/Numbers.xml' target='/lib/net20' /><file src='Numbers40/bin/Release/Numbers.dll' target='/lib/net40' /><file src='Numbers40/bin/Release/Numbers.xml' target='/lib/net40' /></files></package
- Issue fixes</releaseNotes><summary></summary><license type='expression'>CC0-1.0</license><projectUrl>https://github.com/peteroupc/Numbers</projectUrl><authors>Peter Occil</authors><description>A C# library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.</description><owners>Peter Occil</owners><title>Arbitrary-Precision Number Library</title><tags>numbers arithmetic decimal math</tags><dependencies><group targetFramework='.NETStandard1.0' /><group targetFramework='.NETFramework2.0' /><group targetFramework='.NETFramework4.0' /></dependencies></metadata><files><file src='Numbers/bin/Release/netstandard1.0/Numbers.dll' target='/lib/netstandard1.0' /><file src='Numbers/bin/Release/netstandard1.0/Numbers.xml' target='/lib/netstandard1.0' /><file src='Numbers20/bin/Release/Numbers.dll' target='/lib/net20' /><file src='Numbers20/bin/Release/Numbers.xml' target='/lib/net20' /><file src='Numbers40/bin/Release/Numbers.dll' target='/lib/net40' /><file src='Numbers40/bin/Release/Numbers.xml' target='/lib/net40' /></files></package
>
2 changes: 1 addition & 1 deletion Numbers/Numbers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Version 1.8
- Add LowBits family of methods to EInteger
- Add FromInt64AsUnsigned to EInteger, EDecimal, EFloat, and ERational
- Add overload to FromBytes method of EInteger
- Bug fixes
- Issue fixes

</PackageReleaseNotes>
<PackageTags>numbers arithmetic decimal math</PackageTags>
Expand Down
Loading

0 comments on commit 9c18a45

Please sign in to comment.