cos in PHP Posted on December 9, 2021December 9, 2021 By christo No Comments on cos in PHP Syntax of cos in PHP float cos(float value) Returns the cosine of value in radians Example of cos <?php echo cos(M_PI); // -1 ?> php Tags:cos in PHP, php