degToRad
Convert degrees to radians
will return the converted radians from given degrees as the argument. The return_type specifies in which data type the result will be returned in, like shown in below example:
Last updated