Math.Atan : Math « System « VB.Net by API






Math.Atan

  
Imports System

public class MainClass
   Shared Sub Main()

        Console.WriteLine(System.Math.Atan(10))
        Console.WriteLine(System.Math.Tan(10))
        
   End Sub
End Class

   
    
  








Related examples in the same category

1.Math.Acos
2.Math.Asin
3.Math.Atan2
4.Math.Cos
5.Math.Floor
6.Math.Max
7.Math.PI
8.Math.Pow
9.Math.Round
10.Math.Sign
11.Math.Sin
12.Math.Sqrt