-
-
Notifications
You must be signed in to change notification settings - Fork 661
Open
Description
the fibonacci
function should probably be symbolic. That is, fibonacci(n)
should be an Expression
, just like abs(n)
, ceil(n)
and binomial(n, k)
.
This is the case in SymPy, for example.
CC: @mforets
Component: symbolics
Keywords: fibonacci
Issue created by migration from https://trac.sagemath.org/ticket/22569