pocketlang/src
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
..
include Native types & File object implementations. 2021-06-22 13:31:21 +05:30
pk_buffers.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
pk_common.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
pk_compiler.c Add <<= and >>= operators (#119) 2021-06-23 19:54:20 +05:30
pk_compiler.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
pk_core.c Add support for hyperbolic & arc trigonometric functions (#126) 2021-06-26 18:13:29 +05:30
pk_core.h in test (ie. elem in container) implemented. (#117) 2021-06-23 15:51:59 +05:30
pk_debug.c class implemented 2021-06-21 12:13:37 +05:30
pk_debug.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
pk_internal.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
pk_opcodes.h class implemented 2021-06-21 12:13:37 +05:30
pk_utils.c some (minor) code cleanups 2021-06-11 13:16:55 +05:30
pk_utils.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
pk_var.c Yet another fix of typos (#128) 2021-06-24 16:47:54 +05:30
pk_var.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30
pk_vm.c in test (ie. elem in container) implemented. (#117) 2021-06-23 15:51:59 +05:30
pk_vm.h Native types & File object implementations. 2021-06-22 13:31:21 +05:30