Skip to content

Commit f8d2166

Browse files
committed
Merge branch 'main' of github.com:tomcombriat/FixMath
2 parents afeba46 + d295a2e commit f8d2166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This library was original made for [Mozzi](https://sensorium.github.io/Mozzi/).
1414

1515
## Documentation
1616

17-
A Doxygen documentation is available [here](https://tomcombriat.github.io/FixMath/docs/html/) and an overview of the library is given below.
17+
A Doxygen documentation is available [here](https://tomcombriat.github.io/FixMath/docs/html/FixMath_8h.html) and an overview of the library is given below.
1818

1919
A fixed point number has its range defined by the number of bits encoding the integer part (NI
2020
in the following) and its precision by the number of bits encoding the fractional part (NF). For UFix types, the integral part can hold values in [0,2^NI-1], for SFix types, the integral part can hold values in [-2^NI,2^NI-1]. The number of bits encoding the fractional can be considered as the precision of the number: given NF, the number of possible values in the [0,1[ range will 2^NF. Hence, given NF, the resolution will be 1/(2^NF).

0 commit comments

Comments
 (0)