JuliaMath / JuliaMath/NaNMath.jl
`sin/cos` for `BigFloat`
Open
- Dominant language
- Julia
- Stars
- 57
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
```julia
julia> NaNMath.sin(big(1.0))
ERROR: MethodError: no method matching sin(::BigFloat)
You may have intended to import Base.sin
This error has been manually thrown, explicitly, so the method may exist but be intentionally marked as unimplemented.
```
Presumably all functions in
```julia
(:sin, :cos, :tan, :asin, :acos, :acosh, :atanh,
:log, :log2, :log10, :log1p, :lgamma)
```
will fail like this
@oscardssmith
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.