darctan


描述

返回x的反正切值。这将接受任何数字,因为与dtan不同,darctans渐近线在y轴上,因此它意味着你将永远不会返回大于90或小于-90的数字。


语法:

darctan(x);


参数 描述
val The angle (in degrees) to return the inverse tangent of.


返回:

Real(实数)


例如:

val = darctan(1);

This will set "val" to -45.