pocketlang/tests/lang
Derick Alangi e74e209b7c
Add support for hyperbolic & arc trigonometric functions (#126)
Functions added are: `sinh(x)`, `cosh(x)`, `tanh(x)`, `asin(x)`,
`acos(x)`, and `atan(x)`.

In addition, basic tests added in core.pk for these functions.
2021-06-26 18:13:29 +05:30
..
import core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
basics.pk add elem in map (#121) 2021-06-23 21:03:26 +05:30
class.pk class implemented 2021-06-21 12:13:37 +05:30
controlflow.pk docstring for pocket functions implemented 2021-06-18 14:52:24 +05:30
core.pk Add support for hyperbolic & arc trigonometric functions (#126) 2021-06-26 18:13:29 +05:30
fibers.pk Move fiber functions to module Fiber (#113) 2021-06-23 09:48:15 +05:30
functions.pk bin hex literals implemented (#72) 2021-06-16 00:24:30 +05:30
import.pk class implemented 2021-06-21 12:13:37 +05:30
toc.pk bin hex literals implemented (#72) 2021-06-16 00:24:30 +05:30