Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 393 Bytes

File metadata and controls

18 lines (10 loc) · 393 Bytes

standard deviation with cpp

calculate the standard deviation with cpp

build instructions

clone the respository using git clone <link to the repository>

cd into the cloned repository folder using cd "standard deviation with cpp"

using gcc

mkdir build

g++ "standard deviation with cpp/standard deviation with cpp.cpp" -o build/stddev

run the program with

build/stddev