Skip to content

Commit d1baee8

Browse files
committed
prepare for next version
1 parent 4e563e2 commit d1baee8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2673
-15399
lines changed

api/Home.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,31 @@ Represents a type that a CBOR object can have.
2626

2727
* [com.upokecenter.cbor.CBORException](wiki/com.upokecenter.cbor.CBORException) -
2828
Exception thrown for errors involving CBOR data.
29+
30+
* [com.upokecenter.util.BigInteger](wiki/com.upokecenter.util.BigInteger) - Deprecated
31+
Use EInteger from PeterO.Numbers/com.upokecenter.numbers and the output of
32+
this class's toString method.
33+
34+
* [com.upokecenter.util.DataUtilities](wiki/com.upokecenter.util.DataUtilities) -
35+
Contains methods useful for reading and writing strings.
36+
37+
* [com.upokecenter.util.ExtendedDecimal](wiki/com.upokecenter.util.ExtendedDecimal) - Deprecated
38+
Use EDecimal from PeterO.Numbers/com.upokecenter.numbers and the output of
39+
this class's toString method.
40+
41+
* [com.upokecenter.util.ExtendedFloat](wiki/com.upokecenter.util.ExtendedFloat) - Deprecated
42+
Use EFloat from PeterO.Numbers/com.upokecenter.numbers and the output of
43+
this class's toString method.
44+
45+
* [com.upokecenter.util.ExtendedRational](wiki/com.upokecenter.util.ExtendedRational) - Deprecated
46+
Use ERational from PeterO.Numbers/com.upokecenter.numbers and the output of
47+
this class's toString method.
48+
49+
* [com.upokecenter.util.PrecisionContext](wiki/com.upokecenter.util.PrecisionContext) - Deprecated
50+
Use EContext from PeterO.Numbers/com.upokecenter.numbers.
51+
52+
* [com.upokecenter.util.Rounding](wiki/com.upokecenter.util.Rounding) - Deprecated
53+
Use ERounding from PeterO.Numbers/com.upokecenter.numbers.
54+
55+
* [com.upokecenter.util.TrapException](wiki/com.upokecenter.util.TrapException) - Deprecated
56+
Use ETrapException from PeterO.Numbers/com.upokecenter.numbers.

api/com.upokecenter.cbor.CBORDataUtilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Parses a number whose format follows the JSON specification. See
4343
Parses a number whose format follows the JSON specification (RFC 7159).
4444
Roughly speaking, a valid number consists of an optional minus sign,
4545
one or more basic digits (starting with 1 to 9 unless the only digit
46-
is 0), an optional decimal point ("." , full stop) with one or more
46+
is 0), an optional decimal point (".", full stop) with one or more
4747
basic digits, and an optional letter E or e with an optional plus or
4848
minus sign and one or more basic digits (the exponent).
4949

@@ -70,7 +70,7 @@ Parses a number whose format follows the JSON specification (RFC 7159).
7070
Parses a number whose format follows the JSON specification (RFC 7159).
7171
Roughly speaking, a valid number consists of an optional minus sign,
7272
one or more basic digits (starting with 1 to 9 unless the only digit
73-
is 0), an optional decimal point ("." , full stop) with one or more
73+
is 0), an optional decimal point (".", full stop) with one or more
7474
basic digits, and an optional letter E or e with an optional plus or
7575
minus sign and one or more basic digits (the exponent).
7676

0 commit comments

Comments
 (0)