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(
224
224
end
225
225
226
226
"""
227
- uabs(x::Integer)
227
+ Base. uabs(x::Integer)
228
228
229
229
Return the absolute value of `x`, possibly returning a different type should the
230
230
operation be susceptible to overflow. This typically arises when `x` is a two's complement
Original file line number Diff line number Diff line change 80
80
isoperator,
81
81
isunaryoperator,
82
82
83
+ # scalar math
84
+ uabs,
85
+
83
86
# C interface
84
87
cconvert,
85
88
unsafe_convert,
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ Base.invmod
187
187
Base.powermod
188
188
Base.ndigits
189
189
Base.add_sum
190
+ Base.uabs
190
191
Base.widemul
191
192
Base.Math.evalpoly
192
193
Base.Math.@evalpoly
You can’t perform that action at this time.
0 commit comments