Filemaker TH325Z/A Ficha de datos Pagina 147

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 238
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 146
Chapter 9
|
Number functions 147
Data type returned
number
Description
Returns the factorial of number stopping at 1, or stopping at the optional
numberOfFactors. Useful in statistics and combinatorics.
Where n = number and i = numberOfFactors:
Examples
Factorial(3) returns 6, which = 3 * 2 * 1.
Factorial(10;3) returns 720, which = 10 * 9 * 8.
Floor
Format
Floor(number)
Parameter
number - any numeric expression or field containing a numeric expression
Data type returned
number
Description
Returns number rounded down to the next lower integer.
Examples
Floor(1.25) returns 1.
Floor(-1.25) returns -2.
Int
Format
Int(number)
Factorial n() nn 1()n2()1()=
Factorial n;i() nn1()n2()ni 1+()=
Vista de pagina 146
1 2 ... 142 143 144 145 146 147 148 149 150 151 152 ... 237 238

Comentarios a estos manuales

Sin comentarios