log2

log2

> 기능

숫자 숫자의 밑이 2인 로그를 계산합니다.

설정
피드백

log2(1) // 0.0 log2(10) // 3.3219280948873626 log2(16) // 4.0