Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor correction
  • Loading branch information
andymalakov authored Nov 12, 2024
1 parent 68c23b7 commit 47ea122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ideal data type for this purpose:
* Support efficient conversion to String and double


DFP uses Java long to represent base-10 floating point numbers. DFP is based on [IEEE 754-2008 standard](https://en.wikipedia.org/wiki/IEEE_754).
DFP uses Java long to represent base-10 floating point numbers. DFP is based on [IEEE 754-2008 standard](https://en.wikipedia.org/wiki/IEEE_754) and supports up to 16 significant decimal digits.

# How to use

Expand Down

0 comments on commit 47ea122

Please sign in to comment.