mirror of
https://github.com/irmen/prog8.git
synced 2025-01-14 01:29:55 +00:00
new sin/cos idea
This commit is contained in:
parent
4937e004b5
commit
f2c440e466
@ -3,6 +3,9 @@ TODO
|
|||||||
|
|
||||||
For next compiler release (7.3)
|
For next compiler release (7.3)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
- add cosr8, sinr8, cosr16 and sinr16 that take a degree 0..179 (= 0..359 in 2 degree steps)
|
||||||
|
to more easily scale halves/quarters etc of a circle than possible with the ones that take 0..255 'degrees'.
|
||||||
|
|
||||||
- if-statement expression simplification sometimes increases code size (Petaxian) FIX THIS!
|
- if-statement expression simplification sometimes increases code size (Petaxian) FIX THIS!
|
||||||
- add expression simplification to while and until loops as well.
|
- add expression simplification to while and until loops as well.
|
||||||
- let typecasting code use expression.typecastTo()
|
- let typecasting code use expression.typecastTo()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user