source: trip-planner-front/node_modules/core-js/es/math/index.js@ 59329aa

Last change on this file since 59329aa was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

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