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

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

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