Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
cos(x as float) in Math Library Functions of Programming in CPP
1634 Views
Usage 
The cosine function is used to return cosine value of the angle given.
Syntax 
cos (angle)
Syntax
#include <stdio.h>   
#include <math.h>   

int main ()
{

  printf ("The cosine of degrees =", cos(30) );
  return 0;
}
Output 
The cosine of degrees = 0.86602540378
 
Next Topics
Next lessons of current book.
Math Library Functions of Programming in CPP
Classes and Objects in CPP of Programming in CPP
Classes and Objects in CPP of Programming in CPP
Classes and Objects in CPP of Programming in CPP
String Class in CPP of Programming in CPP
Previous Topics
Previous lessons of current book.
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Math Library Functions of Programming in CPP
Best Lessons of "Programming in CPP"
Top lessons which are viewed more times.
String Class in CPP of Programming in CPP
Math Library Functions of Programming in CPP
String Class in CPP of Programming in CPP
Classes and Objects in CPP of Programming in CPP
Math Library Functions of Programming in CPP
String Class in CPP of Programming in CPP
User-defined Functions of Programming in CPP
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details