I am using visual C# to create a program to calculate the quadratic function. part of this is to use the square root function, and i do not know how to make a square root function on visualC#. any ideas?
Does anyone know how to use an exponent in Visual C#? i an also trying to make the exponent a fraction.?
Sure, use Math.Pow(x, y), where x is a double-precision floating-point number to be raised to a power and y is a double-precision floating-point number that specifies a power.
baby breath
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment