sholderbach
|
b27d6b2cb1
|
Add basic trigonometric functions (#7258)
`math sin`
`math cos`
`math tan`
Support degrees with the flag `--degrees`/`-d`
|
2022-12-01 15:58:05 +01:00 |
|
sholderbach
|
64f226f7da
|
Add math pi and math e constants (#7258)
Currently implemented as commands
Work towards #7073
Add them to the example test harness together with `math round`
|
2022-12-01 15:58:05 +01:00 |
|
Darren Schroeder
|
2dd32c2b88
|
Rename some files (#952)
* renamed some files
* clippy
* update tests
|
2022-02-05 12:35:02 -05:00 |
|
Luccas Mateus
|
c7d159a0f3
|
Last three math commands, eval , variance and stddev (#292)
* MathEval Variance and Stddev
* Fix tests and linting
* Typo
|
2021-11-06 06:58:40 +13:00 |
|
Luccas Mateus de Medeiros Gomes
|
47ebde4087
|
Added MathMedian
Added MathMedian
Fix tests
|
2021-11-03 18:28:16 -03:00 |
|
Luccas Mateus de Medeiros Gomes
|
5ae823612f
|
MathCeil, MathFloor and MathMode
|
2021-11-03 08:59:08 -03:00 |
|
Luccas Mateus de Medeiros Gomes
|
756773a6ed
|
MathFloor done and MathMode still left work
Math mode final form currently
MathMode and MathFloor
|
2021-11-02 22:33:45 -03:00 |
|
Luccas Mateus de Medeiros Gomes
|
e16b0e7b01
|
New math commands(product, round, sqrt and sum)
|
2021-11-01 18:29:34 -03:00 |
|
Luccas Mateus de Medeiros Gomes
|
5add6035a4
|
Added math and min commands
typo
Added op span
|
2021-10-31 08:06:32 -03:00 |
|
Luccas Mateus de Medeiros Gomes
|
40ad9acbc3
|
Added math avg
Linting
Fix clippy warning
Fix list of records
|
2021-10-27 22:13:55 -03:00 |
|
Luccas Mateus de Medeiros Gomes
|
aa5ab8a666
|
final math abs
|
2021-10-24 20:58:18 -03:00 |
|
Luccas Mateus
|
51bea2e884
|
still not working
|
2021-10-21 12:29:57 -03:00 |
|
Luccas Mateus
|
b1d7e3aa49
|
starting to build this
|
2021-10-21 11:52:26 -03:00 |
|