Perl Trigonometric Functions

Perl Trigonometric Functions such as sin() and cos() accept only radian. Therefore, convert the number to radian# before passing it to the functions as a parameter if it is in degree.

#perl #math