Nishi-Inc / bigNumber

A bignum library for Java uniting BigDecimal and BigInteger.
http://nishi-inc.github.io/bigNumber/
Apache License 2.0
2 stars 1 forks source link

New constructors and setValue() #22

Open shuklaalok7 opened 11 years ago

shuklaalok7 commented 11 years ago

New Features

shuklaalok7 commented 10 years ago
  1. Both the constructors and setValue() take valid arithmetic expression.
  2. However if arithmetic expression is to be taken as a String, we need to evaluate String first.
  3. This second case would not be taken in v1.1.0.