We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 404d4be + be57493 commit 3964895Copy full SHA for 3964895
src/FixedPointNumbers.jl
@@ -9,7 +9,7 @@ import Base: ==, <, <=, -, +, *, /, ~,
9
isnan, isinf, isfinite,
10
zero, one, typemin, typemax, realmin, realmax, eps, sizeof, reinterpret,
11
trunc, round, floor, ceil, bswap,
12
- div, fld, rem, mod, mod1, rem1, fld1, min, max,
+ div, fld, rem, mod, mod1, rem1, fld1, min, max, minmax,
13
start, next, done, r_promote, reducedim_init
14
# T => BaseType
15
# f => Number of Bytes reserved for fractional part
0 commit comments