Float njExp( x ) Float x
x 任意の実数
xの指数値
任意の実数xの指数値を求めます。
ans = njExp( 2.302585093f ); /* Result */ ans : 10.000000
この関数はマクロで実現されています。