Skip to content

Commit 077d01a

Browse files
committed
remove uncessary fastmath
1 parent 8c71a98 commit 077d01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AiryFunctions/cairy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ end
444444
w = @ntuple $N i -> w_{i}
445445

446446
e = exp(-2/3 * x * sqrt(x))
447-
return @fastmath (e*im*levin_transform(l) + 2*levin_transform(w)/e) / (sqrt(T(π)^3) * sqrt(xsqr))
447+
return (e*im*levin_transform(l) + 2*levin_transform(w)/e) / (sqrt(T(π)^3) * sqrt(xsqr))
448448
end
449449
)
450450
end

0 commit comments

Comments
 (0)