Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mathigon/fermat

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mathigon/fermat

Powerful mathematics, statistics and geometry library for JavaScript.

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12K
increased by7.5%
Maintainers
1
Weekly downloads
 
Created
Source

Fermat.js

Fermat.js is a powerful mathematics, statistics and geometry library for JavaScript. It contains everything from number theory to random numbers, expression parsing and linear algebra classes. Fermat.js was developed for the mathematics education project Mathigon.org.

Quick start

Fermat.js is not intended to be used on its own, but as a dependency of another module or application. You can install it easily using npm install @mathigon/fermat.

Now use ES6 imports to require specific classes or functions:

import { Complex, gcd } from '@mathigon/fermat'

Finally, compile your JavaScript using rollup. Remember to include a plugin like rollup-plugin-node-resolve to correctly resolve the imports.

Documentation

Coming soon!

Contributing

While fermat.js was developed specifically for use by Mathigon, many of the functions are generic and reusable. We welcome community contributions: please file bugs or send us pull requests. You can find out more on Mathigon's contributions page.

Code and documentation are copyright (c) Mathigon. Released under the MIT license.

Keywords

FAQs

Package last updated on 28 Jun 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc