Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 473 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 473 Bytes

sqrt

A GitHub repository for us to use to practice branching and merging. Developed for use in the UBC DSCI 524 - Collaborative Software Development course.

Usage:

For example, to calculate the square root of 25:

python sqrt.py --n=25
5.0

Dependencies:

  • Python 3 or greater
  • Python pacakges:
    • click
    • math

Credits

This example was derived from an example originally developed by Meghan Allen.