首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

deg2rad

(PHP 4, PHP 5, PHP 7)

deg2rad — Converts the number in degrees to the radian equivalent

Description

代码语言:javascript
复制
float deg2rad ( float $number )

This function converts number from degrees to the radian equivalent.

Parameters

number

Angular value in degrees

Return Values

The radian equivalent of number

Examples

Example #1 deg2rad() example

代码语言:javascript
复制
<?php

echo?deg2rad(45);?//?0.785398163397
var_dump(deg2rad(45)?===?M_PI_4);?//?bool(true)

?>

See Also

  • rad2deg() - Converts the radian number to the equivalent number in degrees

← decoct

exp →

代码语言:txt
复制
 ? 1997–2017 The PHP Documentation Group

Licensed under the Creative Commons Attribution License v3.0 or later.

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com