Giter Site home page Giter Site logo

Comments (5)

uxmal avatar uxmal commented on July 27, 2024

Thanks for the bug report. This should be fairly simple to fix in the parser. I would probably map these complex numbers to System.Runtime.Numerics.Complex

from pytocs.

uxmal avatar uxmal commented on July 27, 2024

I've fixed the error for 1e3000000 on my machine. The Python lexer was incorrectly parsing it as two separate tokens, 1e30 and 00000. Now another issue is uncovered: the 1e3000000 will not fit into an IEEE 785 64-bit floating point number by a overwhelming margin. This number is so large that it either requires "BigFloat" support, or should overflow into System.Double.PositiveInfinity. What do you think should happen here?

While waiting for your answer, I will work on handling j.

from pytocs.

awol2007 avatar awol2007 commented on July 27, 2024

Great news. Thanks for the very fast response.
I think, the 1e300000 is a bad habit from the developer. Because in the source checking the infinity value. But the python is very forgiving. :)
This is not my source, i just try to translate to C#.

from pytocs.

uxmal avatar uxmal commented on July 27, 2024

I've read further and discovered that the 1e300000 was a recommended idiom not too long ago: today you're expected to write float('+inf'). I have written logic in pytocs to handle this and will be pushing it shortly.

from pytocs.

uxmal avatar uxmal commented on July 27, 2024

pytocs no longer crashes when processing your submitted Python files. I also threw in some more conversion code to handle the Python complex() built-in function.

from pytocs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.