UpsilonNumworks / Upsilon

Upsilon, an OS forked from Omega for your Numworks calculator
https://getupsilon.web.app/
Other
209 stars 61 forks source link

Correction CIRCLE avec angle négatif (correct circle with negative angle) #294

Open fmOOmf opened 2 years ago

fmOOmf commented 2 years ago

Permet d'utiliser cercle(rayon,angle) avec un angle negatif. Quand angle est positif, la tortue dessine le cercle en marche avant. Quand angle est negatif, la tortue dessine le cercle en marche arrière.


Allow cercle(radius,angle) with negative angle value. When angle is positive, the turtle draws the circle forwards. When angle is negative, the turtle draws the circle backwards.

github-actions[bot] commented 2 years ago
.text .rodata .bss .data Total (RAM) Total (ROM)
Base 821588 bytes 478157 bytes 226384 bytes 1816 bytes 228200 bytes 1301561 bytes
Head 821644 bytes 478157 bytes 226384 bytes 1816 bytes 228200 bytes 1301617 bytes
+56 bytes +0 bytes +0 bytes +0 bytes +0 bytes +56 bytes
+0.0 % +0.0 % +0.0 % +0.0 % +0.0 % +0.0 %
github-actions[bot] commented 2 years ago
.text .rodata .bss .data Total (RAM) Total (ROM)
Base 821588 bytes 478157 bytes 226384 bytes 1816 bytes 228200 bytes 1301561 bytes
Head 821676 bytes 478157 bytes 226384 bytes 1816 bytes 228200 bytes 1301649 bytes
+88 bytes +0 bytes +0 bytes +0 bytes +0 bytes +88 bytes
+0.0 % +0.0 % +0.0 % +0.0 % +0.0 % +0.0 %
github-actions[bot] commented 2 years ago
.text .rodata .bss .data Total (RAM) Total (ROM)
Base 821588 bytes 478157 bytes 226384 bytes 1816 bytes 228200 bytes 1301561 bytes
Head 821676 bytes 478157 bytes 226384 bytes 1816 bytes 228200 bytes 1301649 bytes
+88 bytes +0 bytes +0 bytes +0 bytes +0 bytes +88 bytes
+0.0 % +0.0 % +0.0 % +0.0 % +0.0 % +0.0 %
github-actions[bot] commented 2 years ago
.text .rodata .bss .data Total (RAM) Total (ROM)
Base 821588 bytes 478157 bytes 226384 bytes 1816 bytes 228200 bytes 1301561 bytes
Head 821676 bytes 478157 bytes 226384 bytes 1816 bytes 228200 bytes 1301649 bytes
+88 bytes +0 bytes +0 bytes +0 bytes +0 bytes +88 bytes
+0.0 % +0.0 % +0.0 % +0.0 % +0.0 % +0.0 %
fmOOmf commented 2 years ago

Thanks for this review, for the hints and suggestions. One more step towards perfection ☺