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 c75a720 + 3fe9ec7 commit bb93f4cCopy full SHA for bb93f4c
src/Static.jl
@@ -315,7 +315,6 @@ Base.inv(x::StaticNumber{N}) where {N} = one(x) / x
315
@inline Base.iseven(@nospecialize x::StaticNumber) = iseven(known(x))
316
@inline Base.isodd(@nospecialize x::StaticNumber) = isodd(known(x))
317
318
-
319
Base.AbstractFloat(x::StaticNumber) = StaticFloat64(x)
320
321
Base.abs(::StaticNumber{N}) where {N} = static(abs(N))
0 commit comments