We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1705263 commit 3047401Copy full SHA for 3047401
src/my_fibonacci.m
@@ -15,7 +15,7 @@
15
%
16
% results = my_fibonacci(5);
17
18
- %
+
19
% (C) Copyright 2022 Remi Gau
20
21
is_positive_integer = @(n) (rem(n, 1) == 0) & (n > 0);
0 commit comments