exercises-scalatutorial icon indicating copy to clipboard operation
exercises-scalatutorial copied to clipboard

Make code for sqrt examples actually run

Open O1O1O1O opened this issue 7 years ago • 1 comments

The example code for sqrt didn't run when copy-pasted to a console.

This change uses math.abs and math.pow instead of just abs and square so it does.

O1O1O1O avatar Feb 01 '18 21:02 O1O1O1O

Sorry, didn't realize you were going to approve as is. Amended with guess*guess and fixed another instance of the same problem.

O1O1O1O avatar Feb 01 '18 22:02 O1O1O1O