#ifndef APPROXIMATIONOFPI_H_
#define APPROXIMATIONOFPI_H_
// Copyright 2019 University of Freiburg
// Author: Peter Thiemann <thiemann@informatik.uni-freiburg.de>
// count number of grid points inside of circle

int countNumberOfPointsInCircle (int n);

#endif // APPROXIMATIONOFPI_H_
