adding abs

This commit is contained in:
2023-08-04 19:03:52 +02:00
parent fb3dc33035
commit e203221fcd

View File

@ -877,7 +877,11 @@ export class UserAPI {
return Math.random() * 2 - 1
}
// =============================================================
// Math functions
// =============================================================
abs = Math.abs
// =============================================================
// Trivial functions