Gossar
0
Q:

cube roots vb.net

Private Function CubedRoot(ByVal dNum As Double) As Double

        Return CType(CType(dNum ^ (1 / 3), Decimal), Double)

End Function
0

New to Communities?

Join the community