Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015년 7월.
Math.asin() 정적 메서드는 숫자의 역사인(라디안 단위)을 반환합니다.
∀x∊[−1,1],𝙼𝚊𝚝𝚑.𝚊𝚜𝚒𝚗(𝚡)=arcsin(x)=the unique y∊[−π2,π2] such that sin(y)=x\forall x \in [{-1}, 1],;\mathtt{\operatorname{Math.asin}(x)} = \arcsin(x) = \text{the unique } y \in \left[-\frac{\pi}{2}, \frac{\pi}{2}\right] \text{ such that } \sin(y) = x각도의 사인 값을 나타내는 -1 이상 1 이하의 숫자.
x의 역사인(라디안 단위의 각도가 -π2-\frac{\pi}{2} 이상 π2\frac{\pi}{2} 이하). 만약 x가 -1 미만이거나 1 초과인 경우 NaN을 반환합니다.
asin()은 Math의 정적 메서드이므로, 생성한 Math 객체의 메서드가 아니라 항상 Math.ataasinn()으로 사용합니다(Math는 생성자가 아닙니다).
| ECMAScript® 2027 Language Specification # sec-math.asin |
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2025년 2월 11일 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.