AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de valores numéricos / Funciones matemáticas
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Factorial (Function)
In french: Factorielle
Returns the factorial of an integer number.
In mathematics, the factorial of a natural number n (written n!) is the product of the strictly positive integer numbers less than or equal to n.
Example
Res = Factorial(5) // Returns 120
Syntax
<Result> = Factorial(<n>)
<Result>: Integer or real
Factorial of the number.
<n>: Integer
Integer number whose factorial must be calculated.
Business / UI classification: Neutral code
Component: wd290mat.dll
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local