Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) std::atan

 

std::atan is a mathematical function to calculate the arc tangens.

 

#include <cassert>
#include <cmath>

int main()
{
  assert(std::atan(0.0) == 0.0);
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict