Skip to content

renaudclosset/MathMLBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MathMLBundle

Usage

$factory = $container->get('mercurysolutions.mathml');
$mathml = $factory->create('<mathml><apply><sum/><ci>x</ci><cn>2</cn></apply></mathml>');
$result = $mathml->calculate(['x' => 4]); // $result === 6

About

A Symfony bundle for PHPMathML integration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages