]> git.r.bdr.sh - rbdr/dotfiles/blob
d112d0bfe0d04d462ceb5004716981c261d61076
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = {
4 acosh: require('./acosh'),
5 asinh: require('./asinh'),
6 atanh: require('./atanh'),
7 cbrt: require('./cbrt'),
8 clz32: require('./clz32'),
9 cosh: require('./cosh'),
10 expm1: require('./expm1'),
11 fround: require('./fround'),
12 hypot: require('./hypot'),
13 imul: require('./imul'),
14 log10: require('./log10'),
15 log2: require('./log2'),
16 log1p: require('./log1p'),
17 sign: require('./sign'),
18 sinh: require('./sinh'),
19 tanh: require('./tanh'),
20 trunc: require('./trunc')
21 };