Sympy: It seems not easy to convert sympy.core.numbers.Float types to just native python float type

Created on 5 Jul 2018  路  3Comments  路  Source: sympy/sympy

as described in title

Most helpful comment

Can you explain in more detail what the problem is? Calling float() on a Float object works for me.

All 3 comments

Can you explain in more detail what the problem is? Calling float() on a Float object works for me.

Sorry it was my bad! I used Float all the time. Please close this issue. I am really sorry.

could you explain please, how it worked with you? @haoranShu
I still can't convert sympy.core.numbers.Float to native python float, so I can deal with in my program

Was this page helpful?
0 / 5 - 0 ratings