#ifndef PUOLITUS_H #define PUOLITUS_H #ifndef TYPE #define TYPE double #endif TYPE puolitus( TYPE(*f)(TYPE), TYPE min, TYPE max); #endif