Sensor Fusion Library
0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
Loading...
Searching...
No Matches
src
sensor_fusion
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)
14
extern
"C"
{
15
#endif
/* __cplusplus */
16
25
// function prototypes
26
float
fasin_deg(
float
x);
27
float
facos_deg(
float
x);
28
float
fatan_deg(
float
x);
29
float
fatan2_deg(
float
y,
float
x);
30
float
fatan_15deg(
float
x);
31
32
#if defined(__cplusplus)
33
}
34
#endif
/* __cplusplus */
35
36
#endif
// APPROXIMATIONS_H
Generated on Wed Feb 18 2026 09:42:29 for Sensor Fusion Library by
1.9.8