mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2079 (markdown)
@@ -1,4 +1,4 @@
|
||||
# (( )) doesn't support decimals. Use bc or awk.
|
||||
## `(( ))` doesn't support decimals. Use `bc` or `awk`.
|
||||
|
||||
Bash [arithmetic conditional evaluation can only be performed on integers](https://www.tldp.org/LDP/abs/html/comparison-ops.html). More detail: Bash has limited data types which [include integer](http://www.tldp.org/LDP/abs/html/declareref.html), but everything is effectively [untyped](http://www.tldp.org/LDP/abs/html/untyped.html).
|
||||
|
||||
|
Reference in New Issue
Block a user