Commit Graph

8 Commits

Author SHA1 Message Date
Jeff Wang
46851eab9f use ctest to run unit tests in parallel (requires newer catch2) 2020-10-13 22:11:03 -04:00
Mirko Scholz
2b915a3e59 decreased accuracy so that the real hardware is useful at 33 MHz 2020-09-10 19:59:57 +02:00
Mirko Scholz
2903579efd added arcsin and arccos
added a stack for temporaries, otherwise it became to tedious to keep
track which function uses which temporary for later
2020-09-10 18:49:47 +02:00
Mirko Scholz
e4ad37623b implemented arctan 2020-09-10 15:38:26 +02:00
Mirko Scholz
3e5648de87 implemented sin, cos, theta for all real numbers 2020-09-10 14:30:53 +02:00
Mirko Scholz
2caedc9a45 re-structured tests 2020-09-10 11:40:26 +02:00
Mirko Scholz
f95aa9ab82 fixed tests 2020-09-09 23:52:30 +02:00
Mirko Scholz
13d26e7b75 simple trigonometric functions as in Sinclair scientific 2020-09-09 23:37:46 +02:00