diff --git a/index.html b/index.html index f713fde..ecbc798 100644 --- a/index.html +++ b/index.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
  • @@ -740,7 +740,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