mathhook-core 0.2.0

Core mathematical engine for MathHook - expressions, algebra, and solving
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
    {
        "id": "sin_latex",
        "language": "latex",
        "category": "trigonometric",
        "input": "2*\\cos(x)",
        "expected_expr": "Function{name:sin, args:Box([Symbol(Symbol { name: \"x\" })])}",
        "description": "Simple sin function"
    },
    {
        "id": "sin_wolfram",
        "language": "wolfram",
        "category": "trigonometric",
        "input": "Sin[x]",
        "expected_expr": "Function{name:sin, args:Box([Symbol(Symbol { name: \"x\" })])}",
        "description": "Simple sin function"
    }
]