Skip to content

Commit ad047e1

Browse files
committed
deprecated
1 parent f0d7839 commit ad047e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/numeric.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using Base.Math: @horner, significand_bits, exponent_raw_max, exponent_bias
22

33
if VERSION < v"0.7.0-DEV.1430"
4-
using Base.Math.fpinttype
4+
using Base.Math: fpinttype
55
else
6-
using Base.uinttype
6+
using Base: uinttype
77
end
88

99
# log_fast from

0 commit comments

Comments
 (0)