Pikachu2000 Posted February 8, 2012 Share Posted February 8, 2012 The arguments in the MySQL function are just in the wrong order. SELECT LOG(3, 50000) returns 9.84858661787547 echo log(50000, 3); // returns 9.84858661788 Link to comment https://forums.phpfreaks.com/topic/256660-little-help-with-this-math-syntax/page/2/#findComment-1315932 Share on other sites More sharing options...
Shadowing Posted February 8, 2012 Author Share Posted February 8, 2012 Pikachu you are awesome, thanks so much ive always fought pikachu with kirby in smash brothers Link to comment https://forums.phpfreaks.com/topic/256660-little-help-with-this-math-syntax/page/2/#findComment-1315954 Share on other sites More sharing options...
AyKay47 Posted February 8, 2012 Share Posted February 8, 2012 Pikachu you are awesome, thanks so much ive always fought pikachu with kirby in smash brothers Yes, he went there... Link to comment https://forums.phpfreaks.com/topic/256660-little-help-with-this-math-syntax/page/2/#findComment-1315990 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.