Skip to content

Commit 4c073c4

Browse files
authored
Similar update for exp_domainerror
1 parent c91dc62 commit 4c073c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quirks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99
# math.jl
1010
@device_override @noinline Base.Math.throw_complex_domainerror(f::Symbol, x) =
1111
@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) =
12+
@device_override @noinline Base.Math.throw_exp_domainerror(x) =
1313
@print_and_throw c"Exponentiation yielding a complex result requires a complex argument"
1414

1515
# intfuncs.jl

0 commit comments

Comments
 (0)