Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

cos()

Examples
example pic
Komazahl  a = 0.0;
Komazahl  inc = ZWEI_PI/25.0;
solang(Ganzizahl i=0; i<25; iimmereisdezue) bitte
  Linie(i*4, 50, i*4, 50+cos(a)*40.0);
  a = a + inc;
danke
Description Calculates the cosine of an angle. This function expects the values of the angle parameter to be provided in radians (values from 0 to PI*2). Values are returned in the range -1 to 1.
Syntax
cos(angle)
Parameters
angle Komazahl : an angle in radians
Usage Web & Application
Related sin()
tan()
Stefan Baltensperger 2009

Creative Commons License