コード例 #1
0
ファイル: fix16.hpp.cs プロジェクト: suzuke/libfixmath.net
 public fix16 sqrt()
 {
     return(new fix16(LibFixMath.fix16_sqrt(value)));
 }