logf problem?

Try to compile this in a .c file.
Compiler chokes.

---------------------------------
#include <math.h>
void test ()
{
   
float x = logf (2) / logf (2);
}
---------------------------------



Answer this question

logf problem?