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

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • 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.