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.
Base.Bool
1 parent 7f1d71c commit 61daa31Copy full SHA for 61daa31
src/Float8s.jl
@@ -4,7 +4,7 @@ module Float8s
4
isnan,iszero,one,zero,abs,isfinite,
5
floatmin,floatmax,typemin,typemax,
6
Float16,Float32,Float64,
7
- UInt8,Int8,Int16,Int32,Int64,
+ Bool,UInt8,Int8,Int16,Int32,Int64,
8
(+), (-), (*), (/), (\), (^),
9
sin,cos,tan,asin,acos,atan,sinh,cosh,tanh,asinh,acosh,
10
atanh,exp,exp2,exp10,expm1,log,log2,log10,sqrt,cbrt,log1p,
0 commit comments