youzhi886
youzhi886
### Description -parent issue #10796 Factorial(numeric)--returns the factorial of a non-negative Example: 5! = 120 ### Use case _No response_ ### Are you willing to submit PR? - [X] Yes,...
### Description parent issue [Umbrella] Tencent Rhino-bird: Expand InLong Transform functions #10796 definition of Fibonacci sequence: F(0) = 0 F(1) = 1 对于 n >= 2,F(n) = F(n-1) + F(n-2)...
Fixes #11002 **Motivation** Add one arithmetic function classes:FibonacciFunction. Also, add the corresponding unit test codes
Fixes #10873 Motivation Returns the factorial of a non-negative
pr请求