pocketlang/tests/lang
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
..
import core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
basics.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
controlflow.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
core.pk Fix #56: Implement the cos() and tan() math functions 2021-06-11 18:14:20 +01:00
fibers.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
functions.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
import.pk core attributes refactored and added tests 2021-06-10 23:12:04 +05:30