Index
Math

cos

cos(<-angle) ->cosAngleRadians

Description

Calculates the cosine of the input angle in radians

Examples

trace(cos(PI)) #prints '-1'

Index