adding abs
This commit is contained in:
@ -877,7 +877,11 @@ export class UserAPI {
|
||||
return Math.random() * 2 - 1
|
||||
}
|
||||
|
||||
// =============================================================
|
||||
// Math functions
|
||||
// =============================================================
|
||||
|
||||
abs = Math.abs
|
||||
|
||||
// =============================================================
|
||||
// Trivial functions
|
||||
|
||||
Reference in New Issue
Block a user