ft_radians - kibotrel/42-Libft GitHub Wiki

double  ft_radians(double angle)

Description :

Transform the given angle from degrees to radians.

Return Value :

Returns the transformed angle.

Source code