이전 댓글 표시
답변 (1개)
Walter Roberson
2012년 1월 24일
3 개 추천
-Inf is the unary negation operator applied to Inf, which is Positive Infinity. -Inf is thus negative infinity.
Some operations that would produce numbers more negative than the most negative number that can be represented in binary floating point, will indicate that numeric overflow by using -Inf as the answer.
-Inf is, among other things, the result of log(0)
카테고리
도움말 센터 및 File Exchange에서 Exponents and Logarithms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!