调用函数Math类

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

  double finvnorm = 1.0 / Math.Sqrt(x * x + y * y + z * z);

posted on 2012-07-16 19:05  daxiaoyuyu  阅读(182)  评论(0编辑  收藏  举报

导航