Files
rgbds/include/asm
Rangi 895ec5564d Update mathematical functions (#675)
Document the existing `ROUND`, `CEIL`, and `FLOOR` functions
Also update the trig function docs for searchability

Implement `POW` and `LOG`
Addresses part of #675

Implement ** for integer exponents
** has higher precedence than -, like Python, so -3**4 == -(3**4) == 81
2021-01-02 01:39:20 +01:00
..
2020-10-04 04:38:50 +02:00
2020-10-04 04:31:10 +02:00
2021-01-02 00:46:26 +01:00
2020-12-15 20:18:45 +01:00
2021-01-02 01:39:20 +01:00