• 회원가입
  • 로그인
  • 구글아이디로 로그인

[Math] JS - Math.atanh() 메서드 - 쌍곡선 아크탄젠트 (IE12 이상)

atanh() 예제

 

<button onclick="homzzang()">클릭</button>


<p id="demo"></p>


<script>

function homzzang() {

  document.getElementById("demo").innerHTML = Math.atanh(0.5);

}

</script>

 

결과보기

결과값: 0.5493061443340548

 

방문 감사합니다. (즐겨찾기 등록: Ctrl + D)

분류 제목
게시물이 없습니다.
81/67
목록
찾아주셔서 감사합니다. Since 2012