Skip to content

Releases: FizzWizZleDazzle/symengine.js

SymEngine.js v0.14.0

24 Jan 19:06

Choose a tag to compare

WebAssembly build of SymEngine v0.14.0

Files

File Description
symengine.0-14-0.js JavaScript ES6 module (WASM bundled)
symengine.0-14-0.d.ts TypeScript declarations

Usage

import SymEngine from './symengine.0-14-0.js';

const se = await SymEngine();
const expr = se.parse('(x + 1)^2');
console.log(expr.expand().toString());
// Output: 1 + 2*x + x**2

Build Info

  • Integer Class: boostmp (no GMP dependency)
  • Emscripten: 3.1.51
  • Build Date: 2026-01-24

SymEngine.js v0.13.0

24 Jan 19:06

Choose a tag to compare

WebAssembly build of SymEngine v0.13.0

Files

File Description
symengine.0-13-0.js JavaScript ES6 module (WASM bundled)
symengine.0-13-0.d.ts TypeScript declarations

Usage

import SymEngine from './symengine.0-13-0.js';

const se = await SymEngine();
const expr = se.parse('(x + 1)^2');
console.log(expr.expand().toString());
// Output: 1 + 2*x + x**2

Build Info

  • Integer Class: boostmp (no GMP dependency)
  • Emscripten: 3.1.51
  • Build Date: 2026-01-24

SymEngine.js v0.12.0

24 Jan 19:06

Choose a tag to compare

WebAssembly build of SymEngine v0.12.0

Files

File Description
symengine.0-12-0.js JavaScript ES6 module (WASM bundled)
symengine.0-12-0.d.ts TypeScript declarations

Usage

import SymEngine from './symengine.0-12-0.js';

const se = await SymEngine();
const expr = se.parse('(x + 1)^2');
console.log(expr.expand().toString());
// Output: 1 + 2*x + x**2

Build Info

  • Integer Class: boostmp (no GMP dependency)
  • Emscripten: 3.1.51
  • Build Date: 2026-01-24

SymEngine.js v0.11.2

24 Jan 19:06

Choose a tag to compare

WebAssembly build of SymEngine v0.11.2

Files

File Description
symengine.0-11-2.js JavaScript ES6 module (WASM bundled)
symengine.0-11-2.d.ts TypeScript declarations

Usage

import SymEngine from './symengine.0-11-2.js';

const se = await SymEngine();
const expr = se.parse('(x + 1)^2');
console.log(expr.expand().toString());
// Output: 1 + 2*x + x**2

Build Info

  • Integer Class: boostmp (no GMP dependency)
  • Emscripten: 3.1.51
  • Build Date: 2026-01-24

SymEngine.js v0.11.1

24 Jan 19:06

Choose a tag to compare

WebAssembly build of SymEngine v0.11.1

Files

File Description
symengine.0-11-1.js JavaScript ES6 module (WASM bundled)
symengine.0-11-1.d.ts TypeScript declarations

Usage

import SymEngine from './symengine.0-11-1.js';

const se = await SymEngine();
const expr = se.parse('(x + 1)^2');
console.log(expr.expand().toString());
// Output: 1 + 2*x + x**2

Build Info

  • Integer Class: boostmp (no GMP dependency)
  • Emscripten: 3.1.51
  • Build Date: 2026-01-24

SymEngine.js v0.11.0

24 Jan 19:06

Choose a tag to compare

WebAssembly build of SymEngine v0.11.0

Files

File Description
symengine.0-11-0.js JavaScript ES6 module (WASM bundled)
symengine.0-11-0.d.ts TypeScript declarations

Usage

import SymEngine from './symengine.0-11-0.js';

const se = await SymEngine();
const expr = se.parse('(x + 1)^2');
console.log(expr.expand().toString());
// Output: 1 + 2*x + x**2

Build Info

  • Integer Class: boostmp (no GMP dependency)
  • Emscripten: 3.1.51
  • Build Date: 2026-01-24

SymEngine.js v0.10.1

24 Jan 19:06

Choose a tag to compare

WebAssembly build of SymEngine v0.10.1

Files

File Description
symengine.0-10-1.js JavaScript ES6 module (WASM bundled)
symengine.0-10-1.d.ts TypeScript declarations

Usage

import SymEngine from './symengine.0-10-1.js';

const se = await SymEngine();
const expr = se.parse('(x + 1)^2');
console.log(expr.expand().toString());
// Output: 1 + 2*x + x**2

Build Info

  • Integer Class: boostmp (no GMP dependency)
  • Emscripten: 3.1.51
  • Build Date: 2026-01-24

SymEngine.js v0.10.0

24 Jan 19:06

Choose a tag to compare

WebAssembly build of SymEngine v0.10.0

Files

File Description
symengine.0-10-0.js JavaScript ES6 module (WASM bundled)
symengine.0-10-0.d.ts TypeScript declarations

Usage

import SymEngine from './symengine.0-10-0.js';

const se = await SymEngine();
const expr = se.parse('(x + 1)^2');
console.log(expr.expand().toString());
// Output: 1 + 2*x + x**2

Build Info

  • Integer Class: boostmp (no GMP dependency)
  • Emscripten: 3.1.51
  • Build Date: 2026-01-24

SymEngine.js v0.9.0

24 Jan 19:05

Choose a tag to compare

WebAssembly build of SymEngine v0.9.0

Files

File Description
symengine.0-9-0.js JavaScript ES6 module (WASM bundled)
symengine.0-9-0.d.ts TypeScript declarations

Usage

import SymEngine from './symengine.0-9-0.js';

const se = await SymEngine();
const expr = se.parse('(x + 1)^2');
console.log(expr.expand().toString());
// Output: 1 + 2*x + x**2

Build Info

  • Integer Class: boostmp (no GMP dependency)
  • Emscripten: 3.1.51
  • Build Date: 2026-01-24