Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/www-elementn/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/www-elementn/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/math/BigInteger.js

  • Provides:

    • dojox.math.BigInteger
  • Classic

    • type
      Function
    • classlike
  • Classic.prototype.convert

    • alias - cConvert
  • Classic.prototype.revert

    • alias - cRevert
  • Classic.prototype.reduce

    • alias - cReduce
  • Classic.prototype.mulTo

    • alias - cMulTo
  • Classic.prototype.sqrTo

    • alias - cSqrTo
  • Montgomery

    • type
      Function
    • classlike
  • Montgomery.prototype.convert

    • alias - montConvert
  • Montgomery.prototype.revert

    • alias - montRevert
  • Montgomery.prototype.reduce

    • alias - montReduce
  • Montgomery.prototype.mulTo

    • alias - montMulTo
  • Montgomery.prototype.sqrTo

    • alias - montSqrTo
  • BigInteger

    • type
      Function
    • classlike
  • BigInteger.prototype._DB

    • alias - dbits
    • private - 1
  • BigInteger._DM

    • prototype - BigInteger
    • private - 1
    • type
      Number
  • BigInteger._DV

    • prototype - BigInteger
    • private - 1
    • type
      bool
  • BigInteger._FV

    • prototype - BigInteger
    • private - 1
    • type
      Object
  • BigInteger._F1

    • prototype - BigInteger
    • private - 1
    • type
      Number
  • BigInteger._F2

    • prototype - BigInteger
    • private - 1
    • type
      Number
  • BigInteger.prototype._copyTo

    • alias - bnpCopyTo
    • private - 1
  • BigInteger.prototype._fromInt

    • alias - bnpFromInt
    • private - 1
  • BigInteger.prototype._fromString

    • alias - bnpFromString
    • private - 1
  • BigInteger.prototype._clamp

    • alias - bnpClamp
    • private - 1
  • BigInteger.prototype._dlShiftTo

    • alias - bnpDLShiftTo
    • private - 1
  • BigInteger.prototype._drShiftTo

    • alias - bnpDRShiftTo
    • private - 1
  • BigInteger.prototype._lShiftTo

    • alias - bnpLShiftTo
    • private - 1
  • BigInteger.prototype._rShiftTo

    • alias - bnpRShiftTo
    • private - 1
  • BigInteger.prototype._subTo

    • alias - bnpSubTo
    • private - 1
  • BigInteger.prototype._multiplyTo

    • alias - bnpMultiplyTo
    • private - 1
  • BigInteger.prototype._squareTo

    • alias - bnpSquareTo
    • private - 1
  • BigInteger.prototype._divRemTo

    • alias - bnpDivRemTo
    • private - 1
  • BigInteger.prototype._invDigit

    • alias - bnpInvDigit
    • private - 1
  • BigInteger.prototype._isEven

    • alias - bnpIsEven
    • private - 1
  • BigInteger.prototype._exp

    • alias - bnpExp
    • private - 1
  • BigInteger.prototype.toString

    • alias - bnToString
  • BigInteger.prototype.negate

    • alias - bnNegate
  • BigInteger.prototype.abs

    • alias - bnAbs
  • BigInteger.prototype.compareTo

    • alias - bnCompareTo
  • BigInteger.prototype.bitLength

    • alias - bnBitLength
  • BigInteger.prototype.mod

    • alias - bnMod
  • BigInteger.prototype.modPowInt

    • alias - bnModPowInt
  • BigInteger.am

    • alias - am3
    • attached - BigInteger.prototype
  • dojox.math.BigInteger

    • alias - BigInteger
    • attached - dojox.math
  • dojox.math

    • type
      Object
  • dojox

    • type
      Object