Mega Code Archive
Categories
/
Php
/
Math
Float cos ( float num ) calculates the cosine value of the number provided as its only parameter The parameter should be passed as ra
$cos1 = cos(10); $cos2 = cos(deg2rad(80)); ?>