CakeFest 2024: The Official CakePHP Conference

rad2deg

(PHP 4, PHP 5, PHP 7, PHP 8)

rad2deg Converte un numero in radianti nell'equivalente numero in gradi

Descrizione

rad2deg(double $numero): double

Questa funzione converte numero da radianti a gradi.

Example #1 Esempio per rad2deg()

<?php

echo rad2deg(M_PI_4); // 45

?>

Vedere anche deg2rad().

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top