File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ function ieee754_representation(
224224end
225225
226226"""
227- uabs(x::Integer)
227+ Base. uabs(x::Integer)
228228
229229Return the absolute value of `x`, possibly returning a different type should the
230230operation be susceptible to overflow. This typically arises when `x` is a two's complement
Original file line number Diff line number Diff line change 8080 isoperator,
8181 isunaryoperator,
8282
83+ # scalar math
84+ uabs,
85+
8386# C interface
8487 cconvert,
8588 unsafe_convert,
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ Base.invmod
187187Base.powermod
188188Base.ndigits
189189Base.add_sum
190+ Base.uabs
190191Base.widemul
191192Base.Math.evalpoly
192193Base.Math.@evalpoly
You can’t perform that action at this time.
0 commit comments