如题

解决方案 »

  1.   

    函数名 Intpower 
    简要介绍: Calculates the integral power of a base value.(计算基数的整数幂。) 
    所属单元: Math 
    定义: function IntPower(Base: Extended; Exponent: Integer): Extended register; 
    详细解释: IntPower raises Base to the power specified by Exponent (计算基数的整数幂。base为基数,Exponent为指数)
     
     
      

  2.   

    guestman(天涯浪子) 你的这个帮助文件是哪找的?
    能发个给我吗? 谢谢:)EMail: [email protected]
    :)
      

  3.   

    Calculates the integral power of a base value.UnitMathCategoryArithmetic routinesfunction IntPower(const Base: Extended; const Exponent: Integer): Extended register;DescriptionIntPower raises Base to the power specified by Exponent.================
    你在代码区输入“IntPower”并选中,再按“F1”看一下效果。