System Namespace Math Class
Returns the square root of a specified number.
[ VB ] Public Shared Function Sqrt ( _ ByVal d As Double _ ) As Double [ C# ] public static double Sqrt ( double d ); [ C++ ] public: static double Sqrt ( double d ); [ JScript ] public static function Sqrt ( d : double ) : double;
If d is equal to NaN or PositiveInfinity, that value is returned.
Math Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note