Returns the cosine of the argument provided in radians.
PHP
echo cos(0.5); // => 0.87758256189037;
Ruby
puts Math.cos(0.5); # => 0.877582561890373;
Name (required)
Mail (will not be published) (required)
Website