pocketlang/tests
Derick Alangi 15716de9ce Fix #56: Implement the cos() and tan() math functions
I've also written tests in the corresponding test files, please have
a look. But on the command line (after compiling the source), do:

>>> from math import *
>>> print(cos(1))
[ results will be displayed here ]
>>> print(tan(1))
[ results will be displayed here ]
2021-06-11 18:14:20 +01:00
..
benchmark core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
examples core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
lang Fix #56: Implement the cos() and tan() math functions 2021-06-11 18:14:20 +01:00
check.py core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
tests.py core attributes refactored and added tests 2021-06-10 23:12:04 +05:30