Package

io.scalajs.npm

bignum

Permalink

package bignum

bignum package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bignum
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BigNum extends Object

    Permalink

    Arbitrary-precision integer arithmetic using OpenSSL

    Arbitrary-precision integer arithmetic using OpenSSL

    Annotations
    @RawJSType() @native() @JSImport( "bignum" , JSImport.Namespace )
    Version

    0.12.5

    See also

    https://www.npmjs.com/package/bignum

  2. type BigNumCompatible = |[|[|[|[|[Int, Long], Double], Number], String], BigNum]

    Permalink
  3. implicit final class BigNumEnrichment extends AnyVal

    Permalink

    BigNum Enrichment

  4. class BigNumOptions extends Object

    Permalink

    BigNum Options Note that endian doesn't matter when size = 1.

    BigNum Options Note that endian doesn't matter when size = 1. If you wish to reverse the entire buffer byte by byte, pass size: 'auto'.

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object BigNum extends Object

    Permalink

    BigNum Singleton

    BigNum Singleton

    Annotations
    @native() @JSImport( "bignum" , JSImport.Namespace )

Inherited from AnyRef

Inherited from Any

Ungrouped