<
From version < 27.1 >
edited by Андрей Калиновский
on 2023/04/25 15:22
To version < 28.1
edited by Андрей Калиновский
on 2023/04/25 15:23
Change comment: There is no comment for this version

Summary

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 x
15 -|Acos(x)|Returns the angle whose cosine is x
16 -|Asin(x)|Returns the angle whose sine is x
17 -|Atan(x)|Returns the angle whose tangent is x
18 -|Ceiling(x)|Round up to whole number
19 -|Cos(x)|Returns the cosine of angle x
20 -|exp(x)|Returns the number e raised to the x power
21 -|Floor(x)|Rounding down to the nearest integer
14 +|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 x
25 +|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 x
31 -|Sin(x)|Returns the sine of angle x
32 -|sqrt(x)|Returns the square root of x
33 -|Tan(x)|Returns the tangent of x
30 +|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
... ... @@ -44,7 +44,7 @@
44 44  |prev(option)|Calculates the value of an expression for the previous message in a set
45 45  |unix(option)|Converts the result of an expression whose type must be a timestamp to Unix time
46 46  
47 -=== ===
47 +=== ===
48 48  
49 49  === Bitwise parameter control ===
50 50  

Menu

GLONASSSoft wiki - 2023 г