Louis Rubet
|
9eb46998fd
|
c++ google style, including cpplint
|
2022-02-24 22:03:19 +01:00 |
|
Louis Rubet
|
be1f0d54ac
|
github action for tests
|
2022-02-23 16:59:37 +01:00 |
|
Louis Rubet
|
8f5a334fe0
|
Correct mpreal mem leaks due to perf issue correction
|
2022-02-22 17:18:07 +01:00 |
|
Louis Rubet
|
683c4702d1
|
Remove regex from lexer, allocate mpreal only if needed
|
2022-02-22 16:26:59 +01:00 |
|
Louis Rubet
|
e1d69e8876
|
test framework accepts script names as string again
|
2022-02-20 23:55:06 +01:00 |
|
Louis Rubet
|
b90c382b24
|
set missing rnd default in rpn_default
|
2022-02-20 23:41:16 +01:00 |
|
Louis Rubet
|
12b83f69af
|
manual tests ok, vars corrected
|
2022-02-20 19:08:56 +01:00 |
|
Louis Rubet
|
4aa71db351
|
trig and log tests pass
|
2022-02-20 18:53:00 +01:00 |
|
Louis Rubet
|
af5b3def4c
|
time tests pass
|
2022-02-20 17:43:49 +01:00 |
|
Louis Rubet
|
949a1a0648
|
complex pass (except floating point base numbers)
|
2022-02-20 15:58:15 +01:00 |
|
Louis Rubet
|
f7b95c68a2
|
program test pass
|
2022-02-19 16:32:05 +01:00 |
|
Louis Rubet
|
f8cbae6d55
|
store tests pass, better swap, rot, roll, rolld
|
2022-02-18 17:43:07 +01:00 |
|
Louis Rubet
|
80bcb82d3f
|
logical test tests pass
|
2022-02-18 00:27:06 +01:00 |
|
Louis Rubet
|
789dfef119
|
string tests pass
|
2022-02-17 19:04:40 +01:00 |
|
Louis Rubet
|
33815ddca1
|
real tests pass
|
2022-02-17 18:08:25 +01:00 |
|
Louis Rubet
|
84b5ce9e62
|
parser fix for numbers and real functions
|
2022-02-17 16:47:02 +01:00 |
|
Louis Rubet
|
42a9065d52
|
refactoring stack
|
2022-02-16 17:36:26 +01:00 |
|
Louis Rubet
|
51c5a4e0f2
|
refactoring branches
|
2022-02-16 16:57:56 +01:00 |
|
Louis Rubet
|
236fc940a7
|
refactoring base entries
|
2022-02-16 00:26:42 +01:00 |
|
Louis Rubet
|
dc758483e5
|
refactoring tests
|
2022-02-16 00:24:26 +01:00 |
|
Louis Rubet
|
9825a16409
|
refactoring II
|
2022-02-16 00:24:26 +01:00 |
|
Louis Rubet
|
ff541e49a0
|
#8: added functions date, time, ticks
|
2018-08-15 18:06:52 +02:00 |
|
Louis Rubet
|
7e19b195f0
|
#112: tested for-step boundaries integration
|
2018-08-12 17:41:59 +02:00 |
|
Louis Rubet
|
2c9797584f
|
#147: added manual test
|
2018-08-12 11:06:39 +02:00 |
|
Louis Rubet
|
742dfda524
|
#206: corrected -3 sqrt test
|
2018-07-28 12:57:11 +02:00 |
|
Louis Rubet
|
0a2a999815
|
#205: 1 prec not an error, 0 prec is
|
2018-07-28 12:49:14 +02:00 |
|
Louis Rubet
|
d1ce5346d9
|
#201: corrected wrong test, this closes #201
|
2018-06-01 17:17:19 +02:00 |
|
Louis Rubet
|
b100333228
|
#201: debugged wrong negative based-real printing, CMakeLists.txt now checks for CMAKE_BUILD_TYPE
|
2018-06-01 17:15:18 +02:00 |
|
Louis Rubet
|
a1805c0338
|
#192: added expm and lnp1, changed wrong test for sqrt (2), removed extra command 'q'
|
2018-05-06 14:59:15 +02:00 |
|
Louis Rubet
|
a7f2288bf3
|
#185: added missing del in test
|
2017-07-01 17:31:50 +02:00 |
|
Louis Rubet
|
7f02260bb5
|
#185: added del (alias of erase), changed erase to del in test sheets
|
2017-07-01 17:10:59 +02:00 |
|
Louis Rubet
|
070cda6e39
|
#180: sqrt and ^ of negative reals
|
2017-07-01 17:06:29 +02:00 |
|
Louis Rubet
|
e5c3d71424
|
#172: updated test on bin
|
2017-07-01 02:30:23 +02:00 |
|
Louis Rubet
|
3195142eb1
|
#179: corrected base_digits_from_bit_precision()
|
2017-07-01 00:37:19 +02:00 |
|
Louis Rubet
|
c095d9978c
|
#148: arbitrary base real entry, command base
|
2017-07-01 00:25:41 +02:00 |
|
Louis Rubet
|
bd832c673b
|
changed std behaviour (unary again)
|
2017-06-30 13:48:36 +02:00 |
|
Louis Rubet
|
c71d9ef2e9
|
#148: tests on hex bin dec and base
|
2017-06-30 13:43:14 +02:00 |
|
Louis Rubet
|
05708224d0
|
#177: corrected test files due to std bin hex changes
|
2017-06-29 21:39:17 +02:00 |
|
Louis Rubet
|
84a17b65ad
|
#172: added binary manual and test
|
2017-06-28 22:46:34 +02:00 |
|
Louis Rubet
|
03214b2f69
|
#164: added manual test for history
|
2017-06-25 01:30:29 +02:00 |
|
Louis Rubet
|
cdb129819d
|
#168: std is now unary and auto calcs its decimal digits nb, modified hel pmessage, added bounds check for precision in sci and fix
|
2017-06-25 01:29:53 +02:00 |
|
Louis Rubet
|
6aaf45f2ea
|
#160: added complex != == same
|
2017-06-21 23:17:29 +02:00 |
|
Louis Rubet
|
950d2d4c35
|
#162: added complex asin acos atan
|
2017-06-21 23:00:41 +02:00 |
|
Louis Rubet
|
6fbaaea8e9
|
#161: added complex sinh asinh cosh acosh tanh atanh
|
2017-06-21 22:20:51 +02:00 |
|
Louis Rubet
|
f73c4026c4
|
#159: log is now an alias of ln
|
2017-06-20 23:00:54 +02:00 |
|
Louis Rubet
|
3d22448b99
|
#142: added complex exp alog2 alog10
|
2017-06-20 22:51:09 +02:00 |
|
Louis Rubet
|
5d96193f5f
|
#142: added complex ln log10 log2
|
2017-06-20 22:37:34 +02:00 |
|
Louis Rubet
|
c319da4902
|
#141: complex sin cos tan
|
2017-06-20 21:55:32 +02:00 |
|
Louis Rubet
|
2a46dc0e78
|
#136: corrected precisions for touchy tests
|
2017-06-19 20:56:54 +02:00 |
|
Louis Rubet
|
78b2357322
|
#137: test on ip fp ceil floor
|
2017-06-19 00:09:46 +02:00 |
|