Math.Acos (Vb.net)
Math.Acos() function returns the angle whose cosine is the specified angle.
Input parameter data type
Math.Acos() function accepts double as input parameter data type.
Example
MsgBox(Math.Acos(0.5))
Return Value
The message box will display 1.0471975511966.
0 comments:
Post a Comment