JuliaMath / JuliaMath/NaNMath.jl

`sin/cos` for `BigFloat`

Open
#95 1 comment 1 reaction 1 assignee Claimed by @oscardssmith View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.