Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urbic committed Dec 20, 2023
1 parent 4c0cadb commit 897bcbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/examples/psylla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The name of the file is passed in the command line.
## Decimal fractions

Prints the decimal periodic representation of the vulgar fraction. The fraction
is passed in the command line in the form $p$`/`$q$.
is passed in the command line in the form $p/q$.

* [__`fraction-floyd.psy`__](fraction-floyd.psy) — an implementation with the
cycle detection based on the [Floyd’s Tortoise and Hare
Expand Down Expand Up @@ -113,7 +113,7 @@ in the command line.

* [__`fibonacci-binet.psy`__](fibonacci-binet.psy) — calculation using [Binet’s
formula](https://en.wikipedia.org/wiki/Fibonacci_number#Binet's_formula)
_(inexact when n > 70)_
_(inexact when_ $n > 70$_)_
* [__`fibonacci-iterative.psy`__](fibonacci-iterative.psy) — iterative
implementation
* [__`fibonacci-recursive-1.psy`__](fibonacci-recursive-1.psy) — recursive
Expand Down

0 comments on commit 897bcbf

Please sign in to comment.