MathLog

10を底とする数値の対数を返します。

double  MathLog10(
   double  val      // number to take logarithm
   );

パラメーター

val

[in]常用対数を計算する数値。

戻り値

成功した場合の常用対数。valが負の場合、関数はNaN(未定値)を返します。valが0の場合、関数はINF(無限大)を返します。

注意

代わりにMathLog10の()は、使用できるのlog10を()。

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">