![Mitsubishi Electric CR750 Series Скачать руководство пользователя страница 435](http://html.mh-extra.com/html/mitsubishi-electric/cr750-series/cr750-series_instruction-manual_238840435.webp)
Detailed Explanation of Functions
4-415
Ln
[Function]
Returns the natural logarithm. (Base e.)
[Format]
[Reference Program]
1 M1=Ln(2)
' 0.693147 is assigned to M1.
[Explanation]
(1) Returns the natural logarithm of the value of the equation.
(2) An error will be generated if the equation evaluates to a zero or a negative value.
[Reference]
Log
[Function]
Returns the common logarithm. (Base 10.)
[Format]
[Reference Program]
1 M1=Log(2)
' 0.301030 is assigned to M1.
[Explanation]
(1) Returns the common logarithm of the value of the equation.
(2) An error will be generated if the equation evaluates to a zero or a negative value.
[Reference]
<Numeric Variable>=Ln(<Equation>)
<Numeric Variable>=Log(<Equation>)