Home
Forum
Inserisci
Registrati | Password persa?
_______________________________________________________________________________________________________________________________________________________________________
Inserisci un tutorial
Totale contenuti: 114
Tutorial
Adobe Photoshop
Adobe DreamWeaver
C/C++
Filemaker
Html
Java
Matlab
MySql
PHP
PHP & MySql
Swift 3D
SwishMax
Visual J#
Template
Swish
Hotel
Guide
Asp
Adobe DreamWeaver
JavaScript
PhP
Corsi
Elettrotecnica
Contenuti sponsorizzati
Siete qui:
Home
>
Tutorials
>
PhP
>
Funzioni Matematiche
> deg2rad
PhP
:
Funzioni Matematiche
: deg2rad
Categoria:
PhP
Aggiunto:
30/10/2007
Anteprima:
Download:
WinZip (Sorgente in PhP)
Questa funzione converte un numero da gradi a radianti.
File d'esempio:
deg2rad.php
<?php
$radianti = deg2rad(90);
print $radianti;
//Ritornerà 1.5707963267949
?>
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1