ft_degrees - kibotrel/42-Libft GitHub Wiki

double  ft_degrees(double angle)

Description :

Transform the given angle from radians to degrees.

Return Value :

Returns the transformed angle.

Source code