Skip to content

ctb/cse491-mergez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A program for calculating the standard deviation of a list of numbers.

Use::

   python calc_stddev.py <filename>

Example::

   python calc_stddev.py example.txt

should give you 3.16227766017.

To run the tests::

   nosetests

About

Merge exercise for CSE 491 (Database-backed Web dev)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages