Changes for page Reference of functions and parameters of the virtual sensor
Last modified by Андрей Калиновский on 2023/04/25 15:23
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,26 +11,26 @@ 11 11 |&&, and|logical AND 12 12 |II, or|Logical OR 13 13 |!, not|Logical NOT 14 -|Abs( x)|Returns the absolute value of the number x15 -|Acos( x)|Returns the angle whose cosine is x16 -|Asin( x)|Returns the angle whose sine is x17 -|Atan( x)|Returns the angle whose tangent is x18 -|Ceiling( x)|Round up to whole number19 -|Cos( x)|Returns the cosine of angle x20 -|exp( x)|Returns the number e raised to the x power21 -|Floor( x)|Rounding down to the nearest integer14 +|Abs(х)|Returns the absolute value of the number x 15 +|Acos(х)|Returns the angle whose cosine is x 16 +|Asin(х)|Returns the angle whose sine is x 17 +|Atan(х)|Returns the angle whose tangent is x 18 +|Ceiling(х)|Round up to whole number 19 +|Cos(х)|Returns the cosine of angle x 20 +|exp(х)|Returns the number e raised to the x power 21 +|Floor(х)|Rounding down to the nearest integer 22 22 |getbit(x,y)|Returns the y-th bit of x 23 23 |IEEERemainder(x,y)|Remainder of x divided by y: The number equal to x - (y Q), where Q is the quotient of x / y rounded to the nearest integer (if x / y is equidistant from two integers, an even number is chosen). If x - ( y Q) is zero, +0 is returned if x is positive, or -0 if x is negative. 24 24 |log(x,y)|Logarithm of number x to base y 25 -|Log10( x)|Decimal logarithm of x25 +|Log10(х)|Decimal logarithm of x 26 26 |max(x,y)|Returns the greater of two specified numbers 27 27 |min(x,y)|Returns the smaller of two specified numbers 28 28 |Pow(x,y)|Raising a number x to the power y 29 29 |Round(x,y)|Rounds the decimal value x to the specified number of decimal places y; values in the middle are rounded up to the nearest even number. 30 -|Sign( x)|Returns an integer indicating the sign of the number x31 -|Sin( x)|Returns the sine of angle x32 -|sqrt( x)|Returns the square root of x33 -|Tan( x)|Returns the tangent of x30 +|Sign(х)|Returns an integer indicating the sign of the number x 31 +|Sin(х)|Returns the sine of angle x 32 +|sqrt(х)|Returns the square root of x 33 +|Tan(х)|Returns the tangent of x 34 34 |lat|Returns the latitude value 35 35 |lon|Returns the longitude value 36 36 |speed|Returns the value of the "Speed" parameter