mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
add doc
This commit is contained in:
16
docs/lib2-fibseq.md
Normal file
16
docs/lib2-fibseq.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# fibseq
|
||||
|
||||
Generate a Fibonacci sequence.
|
||||
|
||||
**Since:**: 2.1
|
||||
|
||||
## Parameters
|
||||
|
||||
- `from` : The nth Fibonacci number you wanna start from.
|
||||
- `to` : The nth Fibonacci number you wanna go to.
|
||||
|
||||
## Examples
|
||||
|
||||
include <util/fibseq.scad>;
|
||||
|
||||
echo(fibseq(1, 10)); // ECHO: [1, 1, 2, 3, 5, 8, 13, 21, 34, 55]
|
Reference in New Issue
Block a user