log()

自然対数の値を戻す。

書式:
variable = log( value )

例:
print log( 10 )
コンソール上に2.302585をプリント