lib
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
lib
lib
/
fiblib
Package-level
declarations
Functions
Functions
get
Fibonacci
Numbers
Link copied to clipboard
fun
getFibonacciNumbers
(
count
:
Int
)
:
List
<
Int
>
Returns a list of Fibonacci numbers up to the specified count.