mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-14 02:59:42 +01:00
add comment
This commit is contained in:
parent
4b37babadb
commit
cb2a580de0
@ -1,3 +1,13 @@
|
||||
/**
|
||||
* fibseq.scad
|
||||
*
|
||||
* @copyright Justin Lin, 2019
|
||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||
*
|
||||
* @see https://openhome.cc/eGossip/OpenSCAD/lib2-fibseq.html
|
||||
*
|
||||
**/
|
||||
|
||||
include <__comm__/__fast_fibonacci.scad>;
|
||||
|
||||
function _fibonacci_sequence(seq, n, i = 2) =
|
||||
|
Loading…
x
Reference in New Issue
Block a user