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.
exp_domainerror
1 parent c91dc62 commit 4c073c4Copy full SHA for 4c073c4
src/quirks.jl
@@ -9,7 +9,7 @@ end
9
# math.jl
10
@device_override @noinline Base.Math.throw_complex_domainerror(f::Symbol, x) =
11
@print_and_throw c"This operation requires a complex input to return a complex result"
12
-@device_override @noinline Base.Math.throw_exp_domainerror(f::Symbol, x) =
+@device_override @noinline Base.Math.throw_exp_domainerror(x) =
13
@print_and_throw c"Exponentiation yielding a complex result requires a complex argument"
14
15
# intfuncs.jl
0 commit comments