Skip to content

Commit

Permalink
31298-DOCS: add reference to integer implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjoMan committed Mar 8, 2019
1 parent 388ca3e commit 72b6ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ julia> sqrt(-2.0+0im)
0.0 + 1.4142135623730951im
```

### Why does Julia use native machine integer arithmetic?
### [Why does Julia use native machine integer arithmetic?](@id faq-integer-implementation)

Julia uses machine arithmetic for integer computations. This means that the range of `Int` values
is bounded and wraps around at either end so that adding, subtracting and multiplying integers
Expand Down

0 comments on commit 72b6ec3

Please sign in to comment.