Skip to content

Commit 6ba9291

Browse files
committed
DONTMERGE temporarily define inve here
1 parent ecc28fb commit 6ba9291

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/SpecialFunctions.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ using IrrationalConstants:
1313
invsqrt2π,
1414
logtwo,
1515
logπ,
16-
log2π,
17-
inve
16+
log2π
17+
18+
# FIXME temporary until the fate of inve is decided
19+
Base.@irrational inve 0.367879441171442321595 inv(big(ℯ))
1820

1921
import ChainRulesCore
2022
import LogExpFunctions

test/lambertw.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### domain errors
2-
using IrrationalConstants
2+
using SpecialFunctions: inve # FIXME temporary until the fate of inve is decided
3+
#using IrrationalConstants
34

45
@test_throws DomainError lambertw(-2.0, 0)
56
@test_throws DomainError lambertw(-2.0, -1)

0 commit comments

Comments
 (0)