c# Programming Glossary: comdouble
How is Math.Pow() implemented in .Net Framework? http://stackoverflow.com/questions/8870442/how-is-math-pow-implemented-in-net-framework looks like this FCFuncStart gMathFuncs FCIntrinsic Sin COMDouble Sin CORINFO_INTRINSIC_Sin FCIntrinsic Cos COMDouble Cos CORINFO_INTRINSIC_Cos.. Sin COMDouble Sin CORINFO_INTRINSIC_Sin FCIntrinsic Cos COMDouble Cos CORINFO_INTRINSIC_Cos FCIntrinsic Sqrt COMDouble Sqrt CORINFO_INTRINSIC_Sqrt.. Cos COMDouble Cos CORINFO_INTRINSIC_Cos FCIntrinsic Sqrt COMDouble Sqrt CORINFO_INTRINSIC_Sqrt FCIntrinsic Round COMDouble Round..
|