mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
fmt Num.roc
This commit is contained in:
parent
d4d9f69d0f
commit
ed4e831347
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue