OpenFormula function FACT - incorrect expression in Semantics?

    • Hide

      The following expression looks incorrect in Part 4, section 6.16.32 FACT, Semantics:

      F(0) = F(1) = 1.

      F is a parameter, not a function. This should probably be:

      FACT(0) = FACT(1) = 1.

      Show
      The following expression looks incorrect in Part 4, section 6.16.32 FACT, Semantics: F (0) = F (1) = 1. F is a parameter, not a function. This should probably be: FACT(0) = FACT(1) = 1.
    • Hide

      As proposed.

      Show
      As proposed.

          Assignee:
          Unassigned
          Reporter:
          franciscave
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: