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 d3d2800 commit f867b2aCopy full SHA for f867b2a
src/DiffEqBase.jl
@@ -7,7 +7,7 @@ end
7
import PrecompileTools
8
9
import FastPower
10
-@deprecate fastpow(x,y) Fastpower.fastpower(x,y)
+@deprecate fastpow(x,y) FastPower.fastpower(x,y)
11
12
using ArrayInterface
13
0 commit comments