/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libftm.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/05/12 11:07:32 by charles #+# #+# */ /* Updated: 2020/05/12 13:42:27 by charles ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef LIBFTM_H # define LIBFTM_H # include float ftm_radian(float degree); #endif