Personal tools
Document Actions

平方根関数、べき乗演算子の追加

平方根とべき乗を求める関数、演算子が追加されました。

a) 平方根関数

sqrt() 
平方根を求めます。
        ex.
         sqrt(2)=1.4142....

b) べき乗演算子

 ^
べき乗を求めます。
        ex.
        return = 2^3;  /return = 8となる

sqrt_function01.jpg





Powered by Plone, the Open Source Content Management System

This site conforms to the following standards: