已知:两直角边长,求角度

Console.WriteLine($"{Math.Atan2(2,2)* 180 / Math.PI}");

相关文章: