Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @arithmetic-operations-for/naturals-big-endian

npm

npm install @arithmetic-operations-for/naturals-big-endian --save

jspm

jspm install npm:@arithmetic-operations-for/naturals-big-endian

Usage

const integer = await import('@arithmetic-operations-for/naturals-big-endian');
// or
import * as integer from '@arithmetic-operations-for/naturals-big-endian';

Examples

More examples in the test files.