Answers for "php radian to cosine"

PHP
0

php radian to cosine

//cos(angle_in_radians) returns the cos of an angle
<?php

echo cos(M_PI); // -1

?>
Posted by: Guest on August-02-2021

Browse Popular Code Answers by Language