JuliaPy / JuliaPy/SymPy.jl

conversion of PI, E to BigFloat

Open
#158 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.