Update 'abs'

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

14
abs.md

@@ -16,7 +16,13 @@ function init()
end
```
### Vore també
* [paper(color)](paper)
* [color(ink, paper)](color)
* [setmode(mode)](setmode)
* [Modes gràfics](modegrafic)
* [ceil(x)](ceil)
* [flr(x)](flr)
* [sgn(x)](sgn)
* [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)