Created
June 10, 2020 02:09
-
-
Save cosinekitty/9c4dc013e3b6f755bb92aaa017c2476d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function abs(x) { | |
return Math.abs(v(x)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment