Skip to content

Commit 3964895

Browse files
committed
Merge pull request #39 from schmrlng/pull-request/be57493b
Explicitly import Base.minmax
2 parents 404d4be + be57493 commit 3964895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FixedPointNumbers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Base: ==, <, <=, -, +, *, /, ~,
99
isnan, isinf, isfinite,
1010
zero, one, typemin, typemax, realmin, realmax, eps, sizeof, reinterpret,
1111
trunc, round, floor, ceil, bswap,
12-
div, fld, rem, mod, mod1, rem1, fld1, min, max,
12+
div, fld, rem, mod, mod1, rem1, fld1, min, max, minmax,
1313
start, next, done, r_promote, reducedim_init
1414
# T => BaseType
1515
# f => Number of Bytes reserved for fractional part

0 commit comments

Comments
 (0)