Skip to content

Commit

Permalink
Add example of E notation
Browse files Browse the repository at this point in the history
  • Loading branch information
udam-f2 committed Nov 5, 2023
1 parent 16822ab commit 89f1fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/attributes/numeric_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ This format requires that single numeric values be represented using an integer

* Values NOT Meeting Numeric Requirements
* 1 1/2 - contains fractional notation
* 35.2E-7 - contains E notation
* [3,5,8] - contains an array
* [4:5] - contains a range
* 5i + 4 - contains a complex number
Expand All @@ -62,7 +63,7 @@ This format requires that single numeric values be represented using an integer
* $32 - contains a currency symbol
* 3,432,342 - contains a comma
* +333 - contains a positive sign

## Exceptions

None
Expand Down

0 comments on commit 89f1fe5

Please sign in to comment.