aboutsummaryrefslogtreecommitdiff
path: root/vendor/libftm/inc/libftm.h
blob: 9755d68ae8e370fa89aa6adec6a54150ba7d43d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   libftm.h                                           :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
/*   By: charles <charles.cabergs@gmail.com>        +#+  +:+       +#+        */
/*                                                +#+#+#+#+#+   +#+           */
/*   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 <math.h>

float	ftm_radian(float degree);

#endif