Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 169 Bytes

4.38.md

File metadata and controls

1 lines (1 loc) · 169 Bytes

The expression first did integral division j / i, then converted the result to double and assigned it to slope. The result is the same as double slope = j / i;.