Skip to content

Commit

Permalink
docs: fix limit_den example
Browse files Browse the repository at this point in the history
Close #36.
  • Loading branch information
dvarrazzo committed Apr 27, 2024
1 parent b0045e9 commit 78d1e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mpq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ canonical form.
4503599627370497/9007199254740992
=# select limit_den(cos(pi()/3));
1/2
=# select limit_den(10.1::float4);
=# select limit_den(10.1::float8);
101/10
This function is not part of the GMP library: it is ported instead `from
Expand Down

0 comments on commit 78d1e24

Please sign in to comment.