dartist / dart-bignum

Other
14 stars 11 forks source link

rename the negate mehtod to negate_op and implement unary - #2

Closed adam-singer closed 12 years ago

adam-singer commented 12 years ago

Currently was able to have a negate method and unary operator named negate. This no longer applies with dart2js, refactor code to have negate_op

adam-singer commented 12 years ago

fixed