From 7b262c0fda56193baf0911791bddaebc52abfd62 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Tue, 7 Dec 2021 16:54:48 +0100 Subject: [PATCH] Update 'abs' --- abs.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/abs.md b/abs.md index 5d17209..822969a 100644 --- a/abs.md +++ b/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) \ No newline at end of file +* [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)