source: node_modules/core-js-pure/es/math/index.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 809 bytes
Line 
1'use strict';
2require('../../modules/es.math.acosh');
3require('../../modules/es.math.asinh');
4require('../../modules/es.math.atanh');
5require('../../modules/es.math.cbrt');
6require('../../modules/es.math.clz32');
7require('../../modules/es.math.cosh');
8require('../../modules/es.math.expm1');
9require('../../modules/es.math.fround');
10require('../../modules/es.math.hypot');
11require('../../modules/es.math.imul');
12require('../../modules/es.math.log10');
13require('../../modules/es.math.log1p');
14require('../../modules/es.math.log2');
15require('../../modules/es.math.sign');
16require('../../modules/es.math.sinh');
17require('../../modules/es.math.tanh');
18require('../../modules/es.math.to-string-tag');
19require('../../modules/es.math.trunc');
20var path = require('../../internals/path');
21
22module.exports = path.Math;
Note: See TracBrowser for help on using the repository browser.