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.
1 parent c75a720 commit 3fe9ec7Copy full SHA for 3fe9ec7
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