Code Monkey home page Code Monkey logo

bdparsii's People

Contributors

dependabot[bot] avatar elmuerte avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

elmuerte

bdparsii's Issues

Support and make MathContext.UNLIMITED default

Using a limited math context has significant performance impact, event for the most simple expressions.
Unlimited math context is broken in big-math 2.0.0, and 2.1.0 throws an exception in functions which do not support unlimited context.
For functions which do not support it, limit calculations to 128(or something) so that the rest can continue with unlimited benefits.

Settable MathContext

MathContext is needed for a lot of the BigDecimal operations. Setting this is currently not supported. At some places MathContext.DECIMAL64 is used, other places a MathContext is created on the fly trying to capture the right precision.
But this must be changed to allow setting of the right MathContext.

Evaluate results are not accurate

Test code

import com.mpobjects.bdparsii.eval.Parser
import org.junit.Test

class MathTest {
    @Test
    fun testMathExpression() {
        println(Parser.parse("239081204214*1247981247912749").evaluate().toPlainString())
        println(Parser.parse("(70*6)/5").evaluate().toPlainString())
    }
}

Except

298368859587470504923124286
84

Result

298368859587470500000000000
420

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.