Basic Syntax CrystalClear Syntax Before Reading Records

Cos( x )


Returns the cosine of the number.

Usage:

Cos ( X )

Return:

Numeric value

Example:

//The value of variable x is the value of the cosinus
//of the current value of the database
//field {Angles} for each evaluation of this formula

NumberVar x = Cos({Angles})

//some special values of sinus
Cos(0)		//1
Cos(0.5*pi)	//0
Cos(pi)		//-1
Cos(1.5*pi)	//0
Cos(2*pi)		//1

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: