dc/tests
Marco Cetica 9d5aeebef3
dc / build (push) Successful in 18s Details
Added support for complex numbers and added logarithm function
2024-04-19 16:14:47 +02:00
..
test_acos Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_asin Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_atan Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_band Added bitwise operators and fixed various bugs 2024-03-19 12:30:02 +01:00
test_bnot Added bitwise operators and fixed various bugs 2024-03-19 12:30:02 +01:00
test_bor Added bitwise operators and fixed various bugs 2024-03-19 12:30:02 +01:00
test_bxor Added bitwise operators and fixed various bugs 2024-03-19 12:30:02 +01:00
test_clear Added tests for 'stack' class 2024-02-29 10:04:45 +01:00
test_comb Added linear regression(+docs+tests) and fixed some bugs 2024-03-27 11:57:52 +01:00
test_cos Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_count_digits Added tests for 'stack' class 2024-02-29 10:04:45 +01:00
test_creg Added 'zR' option and fixed bug related to registers 2024-03-25 16:27:28 +01:00
test_div Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_divmod Fixed unit test 2024-03-01 11:06:44 +01:00
test_dreg Added 'zR' option and fixed bug related to registers 2024-03-25 16:27:28 +01:00
test_dump Added tests for 'stack' class 2024-02-29 10:04:45 +01:00
test_dup Added tests for 'stack' class 2024-02-29 10:04:45 +01:00
test_e Completed tests for 'math' class 2024-02-29 09:19:34 +01:00
test_exp Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_fact Added new statistics class 2024-03-26 16:46:49 +01:00
test_fix Added tests for input/output and radix commands(i/I,o/O,k/K) 2024-02-29 10:44:59 +01:00
test_im Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_int Added '@' and '$' functions(RNG and INT function) 2024-03-14 15:57:46 +01:00
test_irdx Added tests for input/output and radix commands(i/I,o/O,k/K) 2024-02-29 10:44:59 +01:00
test_lastx Added 'lastX', 'lastY', 'lastZ' operations and their tests 2024-03-12 11:50:13 +01:00
test_lasty Added 'lastX', 'lastY', 'lastZ' operations and their tests 2024-03-12 11:50:13 +01:00
test_lastz Added 'lastX', 'lastY', 'lastZ' operations and their tests 2024-03-12 11:50:13 +01:00
test_lfile Added 'load from file' option(' operator) 2024-03-13 11:04:39 +01:00
test_log Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_lreg Added test for ':X' function 2024-03-01 09:48:47 +01:00
test_lshift Added bitwise operators and fixed various bugs 2024-03-19 12:30:02 +01:00
test_meq Added tests for macros 2024-03-01 10:22:38 +01:00
test_mgeq Added tests for macros 2024-03-01 10:22:38 +01:00
test_mgt Added tests for macros 2024-03-01 10:22:38 +01:00
test_mleq Added tests for macros 2024-03-01 10:22:38 +01:00
test_mlt Added tests for macros 2024-03-01 10:22:38 +01:00
test_mneq Added tests for macros 2024-03-01 10:22:38 +01:00
test_mod Added tests for 'math' class 2024-02-28 16:17:43 +01:00
test_modexp Added tests for 'math' class 2024-02-28 16:17:43 +01:00
test_mul Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_ordx Added tests for input/output and radix commands(i/I,o/O,k/K) 2024-02-29 10:44:59 +01:00
test_perm Added linear regression(+docs+tests) and fixed some bugs 2024-03-27 11:57:52 +01:00
test_pi Completed tests for 'math' class 2024-02-29 09:19:34 +01:00
test_pop Added tests for 'stack' class 2024-02-29 10:04:45 +01:00
test_prt Added support to nested macros 2024-03-25 10:53:23 +01:00
test_rarr Added test for ';X' function 2024-03-01 10:02:41 +01:00
test_ravg Added linear regression(+docs+tests) and fixed some bugs 2024-03-27 11:57:52 +01:00
test_re Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_rlr Added linear regression(+docs+tests) and fixed some bugs 2024-03-27 11:57:52 +01:00
test_rnd Added '@' and '$' functions(RNG and INT function) 2024-03-14 15:57:46 +01:00
test_rsdev Added linear regression(+docs+tests) and fixed some bugs 2024-03-27 11:57:52 +01:00
test_rshift Added bitwise operators and fixed various bugs 2024-03-19 12:30:02 +01:00
test_rsum Added linear regression(+docs+tests) and fixed some bugs 2024-03-27 11:57:52 +01:00
test_rsumx Added linear regression(+docs+tests) and fixed some bugs 2024-03-27 11:57:52 +01:00
test_sin Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_sqrt Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_sreg Added tests for registers 2024-03-01 09:12:34 +01:00
test_stack_size Added tests for 'stack' class 2024-02-29 10:04:45 +01:00
test_sub Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_sum Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_swap Added tests for 'stack' class 2024-02-29 10:04:45 +01:00
test_tan Added support for complex numbers and added logarithm function 2024-04-19 16:14:47 +02:00
test_unr Added test for ';X' function 2024-03-01 10:02:41 +01:00
test_warr Added test for ':X' function 2024-03-01 09:48:47 +01:00