Pinned Repositories
babel-plugin-transform-bigint
A plugin for babel to transform `x * y` into something like `JSBI.multiply(x, y)` to support bigints.
BigDecimal
a polyfill for decimal propocal
BigInteger
Yet another implementaion of arbitrary-precision integers in pure JavaScript. Small. Well tested.
date-shim
fix for Date, http://yaffle.github.com/date-shim/
EventSource
a polyfill for http://www.w3.org/TR/eventsource/
MultiGet
Simultaneuos HTTP requests for PHP
Yaffle's Repositories
Yaffle/EventSource
a polyfill for http://www.w3.org/TR/eventsource/
Yaffle/BigDecimal
a polyfill for decimal propocal
Yaffle/BigInteger
Yet another implementaion of arbitrary-precision integers in pure JavaScript. Small. Well tested.
Yaffle/babel-plugin-transform-bigint
A plugin for babel to transform `x * y` into something like `JSBI.multiply(x, y)` to support bigints.
Yaffle/MultiGet
Simultaneuos HTTP requests for PHP
Yaffle/date-shim
fix for Date, http://yaffle.github.com/date-shim/
Yaffle/Expression
A library to parse expressions, solve and simplify systems of linear equations, find eigenvalues and eigenvectors
Yaffle/QuadraticSieveFactorization
Quadratic Sieve integer factorization method for JavaScript bigints
Yaffle/continuedFractionFactorization
Continued Fraction Factorization in JavaScript using native BigInt
Yaffle/mathml-to-clipboard
A copy event handler to transform MathML into AsciiMath and put into the clipboard.
Yaffle/minsf
Yaffle/bigint-gcd
greater common divisor (gcd) of two BigInt values using Lehmer's GCD algorithm
Yaffle/ecm
Yaffle/PollardsRho
integer factorization using Pollard's rho algorithm
Yaffle/BigInteger.js
An arbitrary length integer library for Javascript
Yaffle/browser-compat-data
This repository contains compatibility data for Web technologies as displayed on MDN
Yaffle/caniuse
Raw browser/feature support data from caniuse.com
Yaffle/extra-bigint
A BigInt can represent whole numbers larger than 2⁵³ - 1.
Yaffle/FloPoly
A practical, root-focused JavaScript polynomial utility library.
Yaffle/jampary
JAvascript Multiple Precision Arithmetic libraRY
Yaffle/jsbi
JSBI is a pure-JavaScript implementation of the official ECMAScript BigInt proposal.
Yaffle/LDT
Lightweight in browser syntax highlighting
Yaffle/mathjs
An extensive math library for JavaScript and Node.js
Yaffle/mathml.css
A CSS stylesheet to provide some fallback rendering to browsers without MathML support
Yaffle/number-theory
Number theory functions for javascript.
Yaffle/quadratic-sieve-Java
An efficient implementation of Quadratic Sieve in Java
Yaffle/regenerate
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
Yaffle/ts-heapq
Heap queue algorithm implementation for Typescript based on heapq.py module from CPython
Yaffle/undercurrent
Yaffle/website
AssemblyScript's website and documentation.