/*--------------------------------------------------
 header file for function ring_area
   created by st10 at Fri Oct 14 12:23:21 PDT 2016
--------------------------------------------------*/
#ifndef ring_area_H
#define ring_area_H

#include <string>
using namespace std;

double ring_area(double outer, double inner);

#endif