conversion of PI, E to BigFloat
Open
- Dominant language
- Julia
- Stars
- 282
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
`Float64(PI)` is evaluated as 3.141592653589793. `BigFloat(PI)` gives the following error:
```
ERROR: ArgumentError: invalid number format "pi" for BigFloat
in parse(::Type{BigFloat}, ::String) at .\parse.jl:167
in convert(::Type{BigFloat}, ::PyCall.PyObject) at C:\Users\Michele.Zaffalon\.julia\v0.5\PyCall\src\conversions.jl:634
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.