From 7819d811c4afda0780bdfb8f453cf6f367203ccd Mon Sep 17 00:00:00 2001 From: Jongha Kim Date: Sun, 4 Jul 2021 21:44:14 +0900 Subject: [ko] fix Javascript Math.tan(), Math.trunc() (#1302) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Javascript Math.tan(), Math.trunc() en-us와 동기화 * 리뷰 사항 반영 --- .../reference/global_objects/math/tan/index.html | 77 +++++++-------------- .../reference/global_objects/math/trunc/index.html | 79 +++++++++------------- 2 files changed, 56 insertions(+), 100 deletions(-) (limited to 'files') diff --git a/files/ko/web/javascript/reference/global_objects/math/tan/index.html b/files/ko/web/javascript/reference/global_objects/math/tan/index.html index 721f23db7a..cdd6ae98e3 100644 --- a/files/ko/web/javascript/reference/global_objects/math/tan/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/tan/index.html @@ -2,11 +2,12 @@ title: Math.tan() slug: Web/JavaScript/Reference/Global_Objects/Math/tan tags: - - 레퍼런스 - - 메소드 - - 수학 - - 자바스크립트 + - JavaScript + - Math + - Method + - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan +browser-compat: javascript.builtins.Math.tan ---
{{JSRef}}
@@ -14,32 +15,30 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan
{{EmbedInteractiveExample("pages/js/math-tan.html")}}
+

문법

+
Math.tan(x)
-

신텍스

- -
Math.tan(x)
- -

Parameters

+

매개변수

-
x
-
라디안 각도 
+
x
+
라디안 각도를 표현한 수.
-

반환 값

+

반환 값

주어진 수의 탄젠트 값

-

설명

+

설명

-

Math.tan() 메소드는 각도의 탄젠트 값을 수로 반환합니다.

+

Math.tan() 메서드는 각도의 탄젠트 값을 표현하는 수를 반환합니다.

tan()Math의 정적 메서드이므로 사용자가 만든 Math 객체의 메서드가 아닌 항상 Math.tan()으로 사용합니다 (Math 는 생성자가 아닙니다).

-

+

예제

-

Using Math.tan()

+

Math.tan()사용하기

Math.tan(1); // 1.5574077246549023
 
@@ -52,43 +51,15 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan } -

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('ES1')}}{{Spec2('ES1')}}Initial definition. Implemented in JavaScript 1.0.
{{SpecName('ES5.1', '#sec-15.8.2.18', 'Math.tan')}}{{Spec2('ES5.1')}} 
{{SpecName('ES6', '#sec-math.tan', 'Math.tan')}}{{Spec2('ES6')}} 
{{SpecName('ESDraft', '#sec-math.tan', 'Math.tan')}}{{Spec2('ESDraft')}} 
- -

브라우저 호환성

- -

{{Compat("javascript.builtins.Math.tan")}}

- -

함께 보기

+

명세

+ +{{Specifications}} + +

브라우저 호환성

+ +

{{Compat}}

+ +

같이 보기