Skip to content

Commit 6a32650

Browse files
authored
Update README.md
1 parent 374fe71 commit 6a32650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ where `some` can be `el`, `base` and `precision`.
4545
### On `precisionconvert`
4646
`precisionconvert` accepts an optional third argument `prec`.
4747
- When `T` has static precision, `prec` has no effect.
48-
- When `T` has dynamic precision, `prec` specifies the precision of conversion. When `prec` is not provided, the precision is decided by the external setup from `T`. The difference is significant when `precisionconvert` is called by another function:
48+
- When `T` has dynamic precision, `prec` specifies the precision of conversion. When `prec` is not provided, the precision is decided by the external setup from `T`. The difference is significant when `precisionconvert` is called by another function. See the document for an example.
4949
- When `T` is an integer, the conversion will dig into `Rational` as well. In contrast, since `Rational` as a whole is more "precise" than an integer, `precisiontype` doesn't unwrap `Rational`.

0 commit comments

Comments
 (0)