Power Log Zero Returns as Zero?
古いコメントを表示
Can someone solve this maths mystery in Matlab? why log(0) returns as -Inf, but 5^log(0) returns as zero?
log(0)
ans =
-Inf
5^log(0)
ans =
0
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Logging についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!