Math 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

tan

(PHP 4, PHP 5)

tan正切

说明

float tan ( float $arg )

tan() 返回参数 arg 的正切值。参数 arg 的单位为弧度。

Example #1 tan()

<?php

echo tan(M_PI_4); // 1

?>

参见: atan()sin()cos()deg2rad()


Math 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程