🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@aureooms/js-complex

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aureooms/js-complex

complex numbers code bricks for JavaScript

1.2.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

js-complex

Complex numbers code bricks for JavaScript.

let kernel = complex.cartesian.kernel.compile( number , "i" ) ;
let { add , sub , mul , div } = complex.cartesian.array.compile( kernel ) ;

NPM license NPM version Bower version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Inline docs

Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.

Install

jspm

jspm install github:aureooms/js-complex
# or
jspm install npm:@aureooms/js-complex

duo

No install step needed for duo!

component

component install aureooms/js-complex

bower

bower install @aureooms/js-complex

ender

ender add @aureooms/js-complex

jam

jam install @aureooms/js-complex

spm

spm install @aureooms/js-complex --save

npm

npm install @aureooms/js-complex --save

Require

jspm

let complex = require( "github:aureooms/js-complex" ) ;
// or
import complex from '@aureooms/js-complex' ;

duo

let complex = require( "aureooms/js-complex" ) ;

component, ender, spm, npm

let complex = require( "@aureooms/js-complex" ) ;

bower

The script tag exposes the global variable complex.

<script src="bower_components/@aureooms/js-complex/js/dist/complex.min.js"></script>

Alternatively, you can use any tool mentioned here.

jam

require( [ "@aureooms/js-complex" ] , function ( complex ) { ... } ) ;

Keywords

arithmetic

FAQs

Package last updated on 16 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts