Baseline Widely available
Math.cosh()
ã¯éçã¡ã½ããã§ãæ°å¤ã®åæ²ç·ä½å¼¦ï¼ãã¤ãã¼ããªãã¯ã³ãµã¤ã³ï¼ãè¿ãã¾ãã
console.log(Math.cosh(0));
// Expected output: 1
console.log(Math.cosh(1));
// Expected output: 1.543080634815244 (approximately)
console.log(Math.cosh(-1));
// Expected output: 1.543080634815244 (approximately)
console.log(Math.cosh(2));
// Expected output: 3.7621956910836314
æ§æ 弿° è¿å¤
x
ã®åæ²ç·ä½å¼¦ï¼ãã¤ãã¼ããªãã¯ã³ãµã¤ã³ï¼ã§ãã
cosh()
㯠Math
ã®éçã¡ã½ããã§ãããããçæãã Math
ãªãã¸ã§ã¯ãã®ã¡ã½ããã¨ãã¦ã§ã¯ãªãã常㫠Math.cosh()
ã¨ãã¦ä½¿ç¨ããããã«ãã¦ãã ãã (Math
ã¯ã³ã³ã¹ãã©ã¯ã¿ã¼ã§ã¯ããã¾ãã)ã
Math.cosh(-Infinity); // Infinity
Math.cosh(-1); // 1.5430806348152437
Math.cosh(-0); // 1
Math.cosh(0); // 1
Math.cosh(1); // 1.5430806348152437
Math.cosh(Infinity); // Infinity
仿§æ¸ ãã©ã¦ã¶ã¼ã®äºææ§ é¢é£æ
å ±
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4