Skip to content

Commit

Permalink
Merge pull request #159 from mbolotov/patch-1
Browse files Browse the repository at this point in the history
fix typo in qbool default value wording
  • Loading branch information
IgorKoval authored Jul 18, 2024
2 parents 1c114ee + 8feb2c8 commit 37302a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ uint16 s = uBitSize(0); // s == 0
#### Quiet arithmetic
Operations with `qintN` / `quintN` return `NaN` instead of throwing integer overflow exceptions if the results do not fit in type, or if one of their arguments is a `NaN`. Default value for `qintN` / `quintN` is `0`, for `qint` - `false`.
Operations with `qintN` / `quintN` return `NaN` instead of throwing integer overflow exceptions if the results do not fit in type, or if one of their arguments is a `NaN`. Default value for `qintN` / `quintN` is `0`, for `qbool` - `false`.
##### qintN and quintN
Expand Down

0 comments on commit 37302a8

Please sign in to comment.