Padgoi Posted March 16, 2009 Share Posted March 16, 2009 Something's wrong with the comma after Field_30 in this snippet. Can anyone help? I'm trying to get the 6th root of everything after the pow function. $member['member_ovr'] = $this->ipsclass->compiled_templates['skin_topic']->member_ovr( sprintf( '%.2f', ( sqrt ( $member['posts'] ) / 100 ) + ( pow ( $member['field_13'] * 2 ) + ( $member['field_30'] ), 1/6) - ( $member['warn _level'] ) ) ); Link to comment https://forums.phpfreaks.com/topic/149663-solved-php-cube-root-help/ Share on other sites More sharing options...
Padgoi Posted March 16, 2009 Author Share Posted March 16, 2009 Anyone please? Link to comment https://forums.phpfreaks.com/topic/149663-solved-php-cube-root-help/#findComment-785896 Share on other sites More sharing options...
Padgoi Posted March 17, 2009 Author Share Posted March 17, 2009 Figured it out myself. Thanks anyway. Link to comment https://forums.phpfreaks.com/topic/149663-solved-php-cube-root-help/#findComment-786672 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.