diff --git a/doc/API.html b/doc/API.html index 1314b3a..27b0b50 100644 --- a/doc/API.html +++ b/doc/API.html @@ -76,7 +76,7 @@ li span{float:right;margin-right:10px;color:#c0c0c0}
  • atan2
  • cbrt
  • ceil
  • -
  • clone
  • +
  • clone
  • cos
  • cosh
  • div
  • @@ -91,11 +91,11 @@ li span{float:right;margin-right:10px;color:#c0c0c0}
  • min
  • mod
  • mul
  • -
  • noConflict
  • +
  • noConflict
  • pow
  • random
  • round
  • -
  • set
  • +
  • set
  • sign
  • sin
  • sinh
  • @@ -735,7 +735,7 @@ Decimal.set({

    The properties of a Decimal constructor can also be set by direct assignment, but that will by-pass the validity checking that this method performs - this is not a problem if the user - knows that the assingment is valid. + knows that the assignment is valid.

    Decimal.precision = 40