Skip to content

SymEngine.js v0.9.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 19:05
· 10 commits to main since this release

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