Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
Loading...
Searching...
No Matches
approximations.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2015, Freescale Semiconductor, Inc.
3 * Copyright 2016-2017 NXP
4 * All rights reserved.
5 *
6 * SPDX-License-Identifier: BSD-3-Clause
7 */
8
9
10#ifndef APPROXIMATIONS_H
11#define APPROXIMATIONS_H
12
13#if defined(__cplusplus)
14extern "C" {
15#endif /* __cplusplus */
16
25// function prototypes
26float fasin_deg(float x);
27float facos_deg(float x);
28float fatan_deg(float x);
29float fatan2_deg(float y, float x);
30float fatan_15deg(float x);
31
32#if defined(__cplusplus)
33}
34#endif /* __cplusplus */
35
36#endif // APPROXIMATIONS_H