Skip to content

Commit 61daa31

Browse files
authored
Fix warning for Base.Bool (#35)
1 parent 7f1d71c commit 61daa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Float8s.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Float8s
44
isnan,iszero,one,zero,abs,isfinite,
55
floatmin,floatmax,typemin,typemax,
66
Float16,Float32,Float64,
7-
UInt8,Int8,Int16,Int32,Int64,
7+
Bool,UInt8,Int8,Int16,Int32,Int64,
88
(+), (-), (*), (/), (\), (^),
99
sin,cos,tan,asin,acos,atan,sinh,cosh,tanh,asinh,acosh,
1010
atanh,exp,exp2,exp10,expm1,log,log2,log10,sqrt,cbrt,log1p,

0 commit comments

Comments
 (0)