内在函数

来自ArcoWiki
Slia讨论 | 贡献2018年6月11日 (一) 08:22的版本 (创建页面,内容为“Please check on DMIS manual for the full list of the Intrinsic Functions. The major list of the functions are: ::<code>ABS(X)</code><code><span style="color: gr…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

Please check on DMIS manual for the full list of the Intrinsic Functions. The major list of the functions are:

ABS(X)$$absolute value
ACOS(X)$$arccosine
ASIN(X)$$arcsine
ATAN(X)$$arctangent
ATAN2(Y,X)$$arctangent of y/x, the sign of y and x determinate the quadrant
DTOR(X)$$convert degrees to radians
RTOD(X)$$convert radians to degrees
EXP(X)$$exponential
INT(X)$$return an integer
MN(val1, val2, …)$$obtain the smallest value of a list of values
MX(val1, val2, …)$$obtain the biggest value of a list of values
NINT(X)$$return an integer rounding the nearest value
LEN(str1)$$length of a string
INDX(str1,str2)$$location of a substring in a string
SDATE()$$return the date ‘yyyy/mm/dd’
STIME()$$return the date ‘hh:mm:ss’
COS(X)$$Real or Double (argument in radians)
SIN(X)$$Real or Double (argument in radians)
TAN(X)$$Real or Double (argument in radians)
SQRT(X)$$quare root
STR(X)$$convert a number in a string
VAL(X)$$convert a string in number