#include <cmath> double tan( double arg );
tan() 函数返回 arg 的正切值,其中 arg 以弧度表示。如果 arg 是无穷大,tan() 将返回 NAN 并引发浮点异常。