Giter Club home page Giter Club logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024

Original comment by [email protected] on 4 Feb 2013 at 1:30

  • Changed state: Accepted

from muparserx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024

Original comment by [email protected] on 4 Feb 2013 at 1:37

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from muparserx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Overflows will be fighted on per-operator/function basis.

Started with safe factorial postfix operator.

Original comment by [email protected] on 4 Feb 2013 at 7:29

  • Changed state: Started

from muparserx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Thinking about something similar to this:

http://stackoverflow.com/questions/199333/best-way-to-detect-integer-overflow-in
-c-c

Original comment by [email protected] on 5 Feb 2013 at 7:43

  • Added labels: Type-Defect, Priority-Medium
  • Removed labels: Type-Enhancement, Priority-Low

from muparserx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
added initial overflow detection for "<<".

Original comment by [email protected] on 5 Feb 2013 at 6:29

from muparserx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
somewhat related: I changed the code to allow passing of ecDOMAIN_ERROR and 
ecOVERFLOW without converting it to ecEVAL.

Original comment by [email protected] on 5 Feb 2013 at 10:55

from muparserx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
There is no real problem with overflows in general. IEEE-754 will properly 
translate overflows to nan respectively +/-inf. For instance: 10^1234 will 
yield +inf which is exactly what i would expect. Similar results for 
1/(insanely small value). The only issue i found so far is that muparserx does 
not interpret insanely high values like "1e1234" properly. This should be fixed 
though but apart from this ther is no problem with relying on the mechanism 
provided by IEEE-754.

Original comment by [email protected] on 23 Feb 2013 at 10:26

from muparserx.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
The only remaining issue (incorrect parsing of "1e1234" or "1e-1234") are 
resolved now.

Original comment by [email protected] on 8 Jul 2013 at 9:37

  • Changed state: Fixed

from muparserx.

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.