menu
const_math package
documentation
functions.dart
degToRad
degToRad.new const constructor
degToRad.new const constructor
dark_mode
light_mode
degToRad
constructor
const
degToRad
(
num
d
)
Change degree to radian.
Implementation
const degToRad(num d) : _v = d / 180 * pi1;
const_math package
documentation
functions
degToRad
degToRad.new const constructor
degToRad extension type