描述
BESSELJ函数返回贝塞尔函数Jn(x)。
语法
BESSELJ(X, N)争论
Argument描述Required/OptionalXThe value at which to evaluate the function.RequiredNThe order of the Bessel function. If n is not an integer, it is truncated.Required
Notes
如果x为非数值,则B…
描述
BITRSHIFT函数返回一个右移指定位数的数字。
语法
BITRSHIFT (number, shift_amount)争论
Argument描述Required/OptionalnumberMust be an integer greater than or equal to 0.Requiredshift_amountMust be an integer.Required
Notes 向右移动数字等效于从数字的二…
描述
BITXOR函数返回两个数字的按位" XOR"。
语法
BITXOR (number1, number2)争论
Argument描述Required/Optionalnumber1Must be greater than or equal to 0.Requirednumber2Must be greater than or equal to 0.Required
Notes BITXOR返回一个十进制数字,该数…