#ifndef MANDEL_FLOATLOG_H
#define MANDEL_FLOATLOG_H

float floatLog(float x);
float floatLog2(float x);

#endif // MANDEL_FLOATLOG_H