Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Standard function for calculating the sine of an angle, where the angle is in radians.
To use std::sin, the STL header file cmath.h must be #included.
#include <cassert> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.