deg2rad
(PHP 4, PHP 5, PHP 7, PHP 8)
deg2rad — 度単位の数値をラジアン単位に変換する
パラメータ
num
-
度で表した角度。
戻り値
num
と同等な値をラジアンで表したものを返します。
例
例1 deg2rad() の例
<?php
echo deg2rad(45); // 0.785398163397
var_dump(deg2rad(45) === M_PI_4); // bool(true)
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google