We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35efdd9 commit 5294efaCopy full SHA for 5294efa
doc/manual/mathematical-operations.rst
@@ -357,8 +357,8 @@ handling of inexact conversions.
357
358
- The notation ``T(x)`` or ``convert(T,x)`` converts ``x`` to a value of type ``T``.
359
360
- - If ``T`` is a floating-point type, the result is the nearest representable
361
- value, which could be positive or negative infinity.
+ - If ``T`` is a floating-point type, the result is the nearest representable
+ value, which could be positive or negative infinity.
362
363
- If ``T`` is an integer type, an ``InexactError`` is raised if ``x``
364
is not representable by ``T``.
0 commit comments