blob: 99684a077d4a08182faff76616d88658bac08b73 [file] [log] [blame]
#include <math.h>
float expf (float x)
{return (float) exp (x);}