ezeio2:scriptref:fpow

This is an old revision of the document!


Return a value raised to an exponent

Description

Float:fpow( Float:value, Float:exponent )

Raise value to exponent

Parameters

value input value
exponent exponent

Return value

Returns (value)(exponent)

Example usage

   new Float:x;
 
   x = fsqrt( 3, 4 );   // 81
  • ezeio2/scriptref/fpow.1574118629.txt.gz
  • Last modified: 2019-11-18 23:10
  • by andreh