Skip to content

Commit 4541922

Browse files
Fix typo in isapprox doc string (#41987)
1 parent d1fd016 commit 4541922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/floatfuncs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ whether or not NaN values are considered equal (defaults to false).
233233
234234
For real or complex floating-point values, if an `atol > 0` is not specified, `rtol` defaults to
235235
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,
236+
This corresponds to requiring equality of about half of the significant digits. Otherwise,
237237
e.g. for integer arguments or if an `atol > 0` is supplied, `rtol` defaults to zero.
238238
239239
The `norm` keyword defaults to `abs` for numeric `(x,y)` and to `LinearAlgebra.norm` for

0 commit comments

Comments
 (0)