Update 'abs'

2021-12-07 16:54:48 +01:00
parent b20c987a97
commit 7b262c0fda

14
abs.md

@@ -16,7 +16,13 @@ function init()
end end
``` ```
### Vore també ### Vore també
* [paper(color)](paper) * [ceil(x)](ceil)
* [color(ink, paper)](color) * [flr(x)](flr)
* [setmode(mode)](setmode) * [sgn(x)](sgn)
* [Modes gràfics](modegrafic) * [sin(x)](sin)
* [cos(x)](cos)
* [atan2(x,y)](atan2)
* [sqrt(x)](sqrt)
* [max(x,y)](max)
* [mid(x,y,z)](mid)
* [min(x,y)](min)