is-implemented.js #1

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

module.exports = function () {
	var sinh = Math.sinh;
	if (typeof sinh !== "function") return false;
	return (sinh(1) === 1.1752011936438014) && (sinh(Number.MIN_VALUE) === 5e-324);
};
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command