A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/fibo/algebra below:

fibo/algebra: means completeness and balancing, from the Arabic word الجبر

Skip to content Navigation Menu Search code, repositories, users, issues, pull requests...

Saved searches Use saved searches to filter your results more quickly

Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert fibo/algebra

means completeness and balancing, from the Arabic word الجبر

To install with npm do npm install algebra.

Real numbers:

import { R } from 'algebra';

const x = new R(0.1);
x.add(0.2);
console.log(x.value); // 0.3

Complex numbers:

import { C } from 'algebra';

const z = new C([1, 2]); // 1 + 2i
const z_ = new C(z).conj(); // 1 - 2i
console.log(z.mul(z_).eq(5)); // true

See full documentation here: https://fibo.github.io/algebra

About

means completeness and balancing, from the Arabic word الجبر

Topics Resources License Stars Watchers Forks

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4