Talk:Lucas number

From Lazarus wiki
Revision as of 20:15, 10 November 2018 by Bart (talk | contribs) (Created page with "Q: Why not use UInt64 as return type for the function. It should be the same on all platforms. Remark: it seems a bit strange to me to derive Lucas(n) from Fib(n), because th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Q: Why not use UInt64 as return type for the function. It should be the same on all platforms.

Remark: it seems a bit strange to me to derive Lucas(n) from Fib(n), because the Fibonacci sequence is jus a special case of the Lucas numbers (with starting values 1,1). --Bart (talk) 19:15, 10 November 2018 (CET)