FACT - Returning the Factorial of a Number

  • Last update:  2023-07-14
  • Overview

    Grammar

    FACT(number)

    Returns the factorial of a number (equal to N in 1*2*3*...*N).

    Parameter

    number

    Non-negative number of which you want the factorial. If you set the number to a non-integer value, it will be truncated.

    Notes

    • Real-time data is not supported.

    • The function supports only one number and returns illegal if more than one numbers are set.

    Example

    FormulaResultNotes
    FACT(1)1
    FACT(1.9)Equals to FACT(1) and returns 1.
    FACT(0)1
    FACT(5)1*2*3*4*5 equals 120.


    Attachment List


    Theme: Advanced Data Analyis
    前の記事
    次の記事
    • いいね
    • 良くない
    • 閲覧しただけ

    フィードバック

    鼠标选中内容,快速反馈问题

    鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。

    不再提示

    9s后关闭

    反馈已提交

    网络繁忙