Mts Multipurpose Elite Instrukcja Użytkownika Strona 257

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 662
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 256
Syntax
pow(base, exponent)
Example 1
Pow(2, 3)
This formula returns the value 8 (2^3, or 2*2*2)
Example 2
Pow(5, 2)
This formula returns the value 25 (5^2, or 5*5)
rem(dividend, divisor)
The remainder (modulo) from the division of two numbers.
Syntax
rem(dividend, divisor)
round(number)
Rounds a value to the nearest integer.
Syntax
round(number)
sign(number)
Value that indicates the sign of a number.
Returns
This function returns –1 is the number is negative, or +1 is the number is positive. If the number is exactly
0, the function returns 0.
Syntax
sign(number)
Example 1
sign(-500)
This formula returns the value -1.
Example 2
sign (20)
This formula returns the value +1
MTS TestSuite | 257
Working with Variables
Przeglądanie stron 256
1 2 ... 252 253 254 255 256 257 258 259 260 261 262 ... 661 662

Komentarze do niniejszej Instrukcji

Brak uwag