Jump to content

[SOLVED] PHP Cube Root Help


Padgoi

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.