tan, tanf : 正切
#include <math.h>double tan(double x);float tanf(float x);```### 描述
tan 计算参数 x 的正切值。角度以弧度指定。tanf 与之相同,不同之处在于它接受并返回 float 值。### 返回值
返回 x 的正切值。
---
**权威来源**: BUSMASTER DITA help source `tan.dita`, compiled into `BUSMASTER.CHM` with the application.