Main Content

지수와 로그

지수 함수, 로그 함수, 거듭제곱 함수, 루트 함수

explog 같은 일반적인 함수 외에도 MATLAB®에는 유연한 수치 계산을 가능하게 하는 여러 가지 다른 관련 함수가 있습니다. expm1log1p 함수는 값이 작은 인수의 수치적 반올림 오차를 보정하는 반면 reallog, realpowrealsqrt 함수는 이들 함수의 치역을 실수로 제한합니다. nthroot는 임의 차수의 근을 구하는 반면 특화된 함수 pow2nextpow2는 2의 거듭제곱을 구합니다.

함수

expExponential
expm1Compute exp(X)-1 accurately for small X
logNatural logarithm
log10Common logarithm (base 10)
log1pCompute natural logarithm of 1+X accurately for small X
log2Base 2 logarithm and floating-point number dissection
nextpow2Exponent of next higher power of 2
nthrootReal nth root of real numbers
pow2Base 2 exponentiation and scaling of floating-point numbers
reallogNatural logarithm for nonnegative real arrays
realpowArray power for real-only output
realsqrtSquare root for nonnegative real arrays
sqrtSquare root

도움말 항목