Skip to content

Commit 36fa73d

Browse files
authored
Fix in docstring
1 parent f58bba7 commit 36fa73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qtorch/number.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class FixedPoint(Number):
2020
Numbers outside of the representable range can be clamped
2121
(if `clamp` is true).
2222
We can also give up the smallest representable number to make the range
23-
symmetric, :math:`[-2^{wl-fl-1}^{-fl}, 2^{wl-fl-1}-2^{-fl}]`. (if `symmetric` is true).
23+
symmetric, :math:`[-2^{wl-fl-1}+2^{-fl}, 2^{wl-fl-1}-2^{-fl}]`. (if `symmetric` is true).
2424
2525
Define :math:`\lfloor x \rfloor` to be the largest representable number (multiples of :math:`2^{-fl}`) smaller than :math:`x`.
2626
For numbers within the representable range, fixed point quantizatio corresponds to

0 commit comments

Comments
 (0)