Skip to content

Commit 46a98ad

Browse files
bicycle1885StefanKarpinski
authored andcommitted
replace mantissa with significand in docstring (#34453)
1 parent 0549bf1 commit 46a98ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/float.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ hash(x::Float32, h::UInt) = hash(Float64(x), h)
579579
precision(num::AbstractFloat)
580580
581581
Get the precision of a floating point number, as defined by the effective number of bits in
582-
the mantissa.
582+
the significand.
583583
"""
584584
function precision end
585585

0 commit comments

Comments
 (0)