当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript Cos 函数

VBScript
VBScript 介绍
如何使用 VBScript
VBScript 放置
VBScript 变量
VBScript 程序
VBScript 条件语句
VBScript 循环声明
VBScript 摘要
VBScript 实例
VBScript 函数
VBScript 关键字

VBScript Cos 函数


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 172 ::
收藏到网摘: n/a

The Cos function returns the cosine of a specified number (angle).
Cos 函数可返回某个角的余弦值。

语法

Cos(number)

参数 参数
number Required. A numeric expression that expresses an angle in radians
必选项。number 参数可以是任何将某个角表示为弧度的有效数值表达式

实例 1

document.write(Cos(50.0))
输出:
0.964966028492113

实例 2

document.write(Cos(-50.0))
输出:
0.964966028492113

评论 (0) All

登陆 | 还没注册?