source:
imaps-frontend/node_modules/es-abstract/2023/abs.js@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 165 bytes |
Rev | Line | |
---|---|---|
[d565449] | 1 | 'use strict'; |
2 | ||
[79a0317] | 3 | var $abs = require('math-intrinsics/abs'); |
[d565449] | 4 | |
5 | // http://262.ecma-international.org/5.1/#sec-5.2 | |
6 | ||
7 | module.exports = function abs(x) { | |
8 | return $abs(x); | |
9 | }; |
Note:
See TracBrowser
for help on using the repository browser.