index.js #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • es5-ext/
  • math/
  • index.js
  • View
  • Commits
  • Open Download .zip Download (500 B)
"use strict";

module.exports = {
	acosh: require("./acosh"),
	asinh: require("./asinh"),
	atanh: require("./atanh"),
	cbrt: require("./cbrt"),
	clz32: require("./clz32"),
	cosh: require("./cosh"),
	expm1: require("./expm1"),
	fround: require("./fround"),
	hypot: require("./hypot"),
	imul: require("./imul"),
	log10: require("./log10"),
	log2: require("./log2"),
	log1p: require("./log1p"),
	sign: require("./sign"),
	sinh: require("./sinh"),
	tanh: require("./tanh"),
	trunc: require("./trunc")
};
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command