JuliaMath / JuliaMath/SpecialFunctions.jl
erfi(::BigFloat)
Open
- Dominant language
- Julia
- Stars
- 381
- Forks
- 113
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 1
Description
```
julia> SpecialFunctions.erfi(big"1")
ERROR: MethodError: no method matching erfi(::BigFloat)
```
Since `SpecialFunctions.erf` works with `BigFloat`, I suspect that `erfi` could work too without much hassle?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.