richie
6 years ago
5 changed files with 18 additions and 2 deletions
@ -0,0 +1,16 @@ |
|||||||
|
# 斐波那契数列计算函数 |
||||||
|
|
||||||
|
用于斐波那契数列中第N个元素的值,在报表模板中设置格子的值为公式: |
||||||
|
|
||||||
|
``` |
||||||
|
=Fibonacci(50) |
||||||
|
|
||||||
|
``` |
||||||
|
|
||||||
|
模板设置如图所示: |
||||||
|
|
||||||
|
![tpl](screenshots/1.png) |
||||||
|
|
||||||
|
报表展示结果如下图所示: |
||||||
|
|
||||||
|
![show](screenshots/2.png) |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in new issue