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 d1fd016 commit 4541922Copy full SHA for 4541922
base/floatfuncs.jl
@@ -233,7 +233,7 @@ whether or not NaN values are considered equal (defaults to false).
233
234
For real or complex floating-point values, if an `atol > 0` is not specified, `rtol` defaults to
235
the square root of [`eps`](@ref) of the type of `x` or `y`, whichever is bigger (least precise).
236
-This corresponds to requiring equality of about half of the significand digits. Otherwise,
+This corresponds to requiring equality of about half of the significant digits. Otherwise,
237
e.g. for integer arguments or if an `atol > 0` is supplied, `rtol` defaults to zero.
238
239
The `norm` keyword defaults to `abs` for numeric `(x,y)` and to `LinearAlgebra.norm` for
0 commit comments