11 - 136 11 - 136
MELSEC-Q
11 INSTRUCTIONS AND FUNCTIONS
LOG
Function
LOGarithm
• Returns a natural logarithm value.
LOG ( <numeric expression> )
Syntax
numeric expression
• • • •
Specify the value of which natural logarithm is
obtained.
Examples
A=LOG(10)
• • • •
Stores the natural logarithm of 10 to A.
Description
• The LOG function obtains the natural logarithm of the value specified by a numeric
expression.
• The computation is performed in single-precision.
• To determine a common logarithm log10X with 10 as the base, define by using log10X =
logeX/loge10.
Program Example
10 ' Obtains LOGe 100
20 A=100
30 B=LOG(A)
:
' Obtains LOGe 100
40 PRINT "LOGe 100 =";B
50 END
RUN
LOGe 100 = 4.60517
OK
REMARK
See the EXP function.
Содержание A1SD51S
Страница 183: ...11 13 11 13 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS RUN Before swap A 0 H924 A 1 H1159 After swap A 0 H1159 A 1 H924 OK...
Страница 331: ...11 161 11 161 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the CON ON OFF STOP and ZOPEN functions and Section 7 4...
Страница 557: ...11 387 11 387 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the CHR SPACE and SPC functions...
Страница 629: ...11 459 11 459 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the ZOPEN ZSEND and ZCNTL instructions and Section 7 3 4...
Страница 645: ...11 475 11 475 MELSEC Q 11 INSTRUCTIONS AND FUNCTIONS REMARK See the ZEVENT ZSIGNAL and DEF ZEVENT instructions...