Welcome

Babylonian Method

Automated grading of homework assignments and tests

  • fork this repository
  • solve the task
  • commit with proper message
  • commit with proper message

Condition

resutl image

Problems

main

Babyloniam method

Example 1:

Input: S=16, d=4
Output: 4.0

Example 2:

Input: S=26, d=5
Output: 5.099019607843137

Warning

  • don't copy other solutions or any solution
  • don't remove comments