Join us for
RADAR: AI Edition

vMask (version 1.0)

deg2rad: Degree Convertor to Radian

Description

This is a simple function for converting degreed into radians.

Usage

deg2rad(deg)

Arguments

deg

A numeric value for angle in degrees.

Value

A numeric value for angle in radians.

Examples

Run this code
# NOT RUN {
sin(30) 	  # -0.409 (!)
sin(deg2rad(30))  # 0.5
# }

Run the code above in your browser using DataLab