Metadata-Version: 1.1
Name: mathgen
Version: 0.0.1
Summary: Generate random maths problems
Home-page: http://github.com/murenei/mathgen
Author: Richard Murray
Author-email: rick.j.murray@gmail.com
License: MIT
Description-Content-Type: text/markdown
Description: # Math exam generator
        ====================
        
        Adapted from thearn/examgen to remove document utility functions (grouping of equations into document sections, formatting and printing to pdf). Essentially, this version contains only the equation generator functions.
        
        
        ### Details
        Contains 3 problem types:
          * quadratic
          * linear 
          * 
        
        Returns tuple of Latex formatted problem and solution.
        
        Use MathJax or equivalent to render in the browser.
        
        
        ### Example
        
        TBC
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
