fmt Num.roc

This commit is contained in:
Anton-4 2024-08-05 11:55:53 +02:00
parent d4d9f69d0f
commit ed4e831347
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937

View file

@ -709,7 +709,7 @@ absDiff = \a, b ->
## Num.neg 0.0
## ```
## !! Num.neg is not completely implemented for all types in all contexts, see github.com/roc-lang/roc/issues/6959
## You can use `\someNum -> 0 - someNum` as a workaround.
## You can use `\someNum -> 0 - someNum` as a workaround.
##
## This is safe to use with any [Frac], but it can cause overflow when used with certain [Int] values.
##