CosOperator

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
cos(<Operand>)
Associationscom.livecode.math
Summary

Cos operator.

Parameters
NameTypeDescription
Operand

An expression that evaluates to a number.

Example
variable tVar as Number
put cos(pi) into tVar -- tVar contains -1
Description

Cos operator.

Tagsmath