summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-12-09 17:51:21 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-12-09 17:51:21 +0100
commit0c5dec75a7c68ca69384bbc27f8a273976de92d1 (patch)
tree1f8735b20005b1c4832180310bb93c1e1f64ea01 /mew.svnwiki
parenta1ef85b5fab8dea3f9d2144102079de198d8ee3e (diff)
downloadmew-0c5dec75a7c68ca69384bbc27f8a273976de92d1.tar.gz
mew-0c5dec75a7c68ca69384bbc27f8a273976de92d1.tar.xz
mew-0c5dec75a7c68ca69384bbc27f8a273976de92d1.zip
add sgn
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index 29eb4e9..11a2669 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -152,6 +152,10 @@ Alias for {{floor-quotient}}.
 
 Alias for {{floor-remainder}}.
 
+<procedure>(sgn <num>)</procedure>
+
+Returns -1, 0, 1 depending on whether {{<num>}} is negative, zero, or positve.
+
 
 == General helpers