This website works better with JavaScript
Home
Explore
Help
Sign In
colwyvern
/
glife
forked from
Kevin_Smarts/glife
Watch
1
Star
0
Fork
0
Files
Tree:
68ea5f7039
Branches
Tags
clear-fixes
hypno-flash-events
master
park-events
porn-studio-fix
release
0.8.5_release
0.8.3
0.8.2.2
0.8.2.1
0.8.2
0.8.1.3
0.8.1.2
0.8.1.1
0.8.1
0.8.0.1
0.8_release
0.7.6.1
0.7.6
0.7.5
0.7.4.1
0.7.4
0.7.3.1_release
0.7.3_Release
0.7.2.1_bug_fix_release
0.7.2_release
0.7.2_Release
0.7.1_Release
0.7.0_release
0.6.1.1
0.6.1_release
0.6.1
0.6.0_Release
0.6.0_release
0.5.2
0.5.3
0.5.1
0.5.0.3
0.5.0.1
0.5.0-rc1
v0.4.0
ov.1.0.5
0.2.5e
glife
/
tools
/
syntax
/
atom
/
qsp-package
/
node_modules
/
es5-ext
/
math
/
cosh
/
index.js
index.js
97 B
History
Raw
1
2
3
4
5
'use strict';
module.exports = require('./is-implemented')()
? Math.cosh
: require('./shim');