You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/computation.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ accept the following arguments:
252
252
253
253
.. note::
254
254
255
-
The ``.min()`` and ``.max()`` will by default return the result as a float. For integer inputs, integer outputs can be obtained by passing ``as_float``=False
255
+
The ``min`` and ``max`` functions will by default return the result as a float. For integer inputs, integer outputs can be obtained by passing True as the ``as_float`` argument.
0 commit comments