/* 
 * File:   PowerTarget.h
 * Author: hamilton
 *
 * Created on September 6, 2015, 10:17 AM
 */

#ifndef POWERTARGET_H
#define	POWERTARGET_H
fractional PowerTarget(fractional f_N);
void TestPowerTarget();
#endif	/* POWERTARGET_H */

