Skip to content

Commit 9c18a45

Browse files
committed
edit documentation, generally for style
1 parent 544ef95 commit 9c18a45

15 files changed

+188
-189
lines changed

History.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Version 1.6.0
2929
- New ToSizedEInteger/ToSizedEIntegerIfExact/IsInteger methods in EDecimal, EFloat, and ERational
3030
- New Create overloads in EFloat and ERational
3131
- New Min and Max methods in EInteger and ERational
32-
- Bug fixes
32+
- Issue fixes
3333

3434
Version 1.5.1
3535

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

5050
Version 1.4.3
5151

@@ -54,7 +54,7 @@ Version 1.4.3
5454

5555
Version 1.4.2
5656

57-
- Bug fix in the EInteger.CanFitInInt64 method
57+
- Issue fix in the EInteger.CanFitInInt64 method
5858

5959
Version 1.4.1
6060

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

7676
Version 1.3.0:
7777

@@ -122,7 +122,7 @@ Version 0.5
122122

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

127127
Version 0.4:
128128

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

146146
Version 0.2.2:
147147

@@ -168,7 +168,7 @@ Version 0.2:
168168
add ToEFloat method taking an EContext in EDecimal
169169
- Added ToShortestString method in EFloat
170170
- Add UnlimitedHalfEven EContext object
171-
- Bug fixes
171+
- Issue fixes
172172

173173
Version 0.1:
174174

Numbers.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Version 1.8
99
- Add LowBits family of methods to EInteger
1010
- Add FromInt64AsUnsigned to EInteger, EDecimal, EFloat, and ERational
1111
- Add overload to FromBytes method of EInteger
12-
- 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
12+
- 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
1313
>

Numbers/Numbers.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Version 1.8
2525
- Add LowBits family of methods to EInteger
2626
- Add FromInt64AsUnsigned to EInteger, EDecimal, EFloat, and ERational
2727
- Add overload to FromBytes method of EInteger
28-
- Bug fixes
28+
- Issue fixes
2929

3030
</PackageReleaseNotes>
3131
<PackageTags>numbers arithmetic decimal math</PackageTags>

0 commit comments

Comments
 (0)