MCPcopy
hub / github.com/openreasoner/openr / test_exp_command_symbol

Function test_exp_command_symbol

envs/MATH/latex2sympy/tests/exp_test.py:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def test_exp_command_symbol():
23 assert_equal("\\exponentialE", E)
24 assert_equal("\\exponentialE", exp(1))
25
26
27def test_exp_command_symbol_expression():

Callers

nothing calls this directly

Calls 1

assert_equalFunction · 0.85

Tested by

no test coverage detected