Mts Multipurpose Elite Manual de usuario Pagina 257

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 662
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 256
1 2 ... 252 253 254 255 256 257 258 259 260 261 262 ... 661 662

Comentarios a estos manuales

Sin comentarios