Loading [MathJax]/extensions/tex2jax.js
WPILibC++
2025.3.2
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
f
h
i
k
l
m
o
p
s
t
u
w
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
Enumerator
a
b
c
f
i
k
m
o
p
r
s
v
Related Symbols
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
c
e
h
m
n
p
r
s
t
u
w
Enumerator
c
h
i
m
n
p
u
w
Macros
_
a
c
d
e
f
g
h
i
j
k
l
m
n
p
r
s
t
u
v
w
x
▼
WPILibC++
LICENSE
Deprecated List
Todo List
►
Topics
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
cameraserver
►
debugging
►
fmt
►
frc
►
frc
►
frc
►
frc
►
frc
►
frc
►
frc2
►
frc2
►
generated
►
generated
►
generated
►
hal
►
networktables
►
thirdparty
▼
thirdparty
▼
gcem
▼
include
►
gcem_incl
gcem.hpp
►
sleipnir
►
thirdparty
►
units
►
vision
►
wpi
►
wpi
►
wpi
►
wpi
►
wpi
►
wpi
►
wpi
►
wpi
►
wpimath
►
wpinet
cscore.h
►
cscore_c.h
►
cscore_cpp.h
►
cscore_cv.h
cscore_oo.h
►
cscore_raw.h
►
cscore_runloop.h
ntcore.h
►
ntcore_c.h
►
ntcore_cpp.h
►
ntcore_test.h
►
WPILibVersion.h
debugging.hpp
►
pb.h
►
pb_common.h
►
pb_decode.h
►
pb_encode.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
gcem.hpp
Go to the documentation of this file.
1
/*################################################################################
2
##
3
## Copyright (C) 2016-2024 Keith O'Hara
4
##
5
## This file is part of the GCE-Math C++ library.
6
##
7
## Licensed under the Apache License, Version 2.0 (the "License");
8
## you may not use this file except in compliance with the License.
9
## You may obtain a copy of the License at
10
##
11
## http://www.apache.org/licenses/LICENSE-2.0
12
##
13
## Unless required by applicable law or agreed to in writing, software
14
## distributed under the License is distributed on an "AS IS" BASIS,
15
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
## See the License for the specific language governing permissions and
17
## limitations under the License.
18
##
19
################################################################################*/
20
21
#ifndef _gcem_HPP
22
#define _gcem_HPP
23
24
#include "
gcem_incl/gcem_options.hpp
"
25
26
#include "
gcem_incl/quadrature/gauss_legendre_50.hpp
"
27
28
#include "
gcem_incl/is_inf.hpp
"
29
#include "
gcem_incl/is_nan.hpp
"
30
#include "
gcem_incl/is_finite.hpp
"
31
32
#include "
gcem_incl/signbit.hpp
"
33
#include "
gcem_incl/copysign.hpp
"
34
#include "
gcem_incl/neg_zero.hpp
"
35
#include "
gcem_incl/sgn.hpp
"
36
37
#include "
gcem_incl/abs.hpp
"
38
#include "
gcem_incl/fabs.hpp
"
39
#include "
gcem_incl/fabsf.hpp
"
40
#include "
gcem_incl/fabsl.hpp
"
41
#include "
gcem_incl/ceil.hpp
"
42
#include "
gcem_incl/floor.hpp
"
43
#include "
gcem_incl/trunc.hpp
"
44
#include "
gcem_incl/is_odd.hpp
"
45
#include "
gcem_incl/is_even.hpp
"
46
#include "
gcem_incl/max.hpp
"
47
#include "
gcem_incl/min.hpp
"
48
#include "
gcem_incl/sqrt.hpp
"
49
#include "
gcem_incl/inv_sqrt.hpp
"
50
#include "
gcem_incl/hypot.hpp
"
51
52
#include "
gcem_incl/find_exponent.hpp
"
53
#include "
gcem_incl/find_fraction.hpp
"
54
#include "
gcem_incl/find_whole.hpp
"
55
#include "
gcem_incl/mantissa.hpp
"
56
#include "
gcem_incl/round.hpp
"
57
#include "
gcem_incl/fmod.hpp
"
58
59
#include "
gcem_incl/pow_integral.hpp
"
60
#include "
gcem_incl/exp.hpp
"
61
#include "
gcem_incl/expm1.hpp
"
62
#include "
gcem_incl/log.hpp
"
63
#include "
gcem_incl/log1p.hpp
"
64
#include "
gcem_incl/log2.hpp
"
65
#include "
gcem_incl/log10.hpp
"
66
#include "
gcem_incl/pow.hpp
"
67
68
#include "
gcem_incl/gcd.hpp
"
69
#include "
gcem_incl/lcm.hpp
"
70
71
#include "
gcem_incl/tan.hpp
"
72
#include "
gcem_incl/cos.hpp
"
73
#include "
gcem_incl/sin.hpp
"
74
75
#include "
gcem_incl/atan.hpp
"
76
#include "
gcem_incl/atan2.hpp
"
77
#include "
gcem_incl/acos.hpp
"
78
#include "
gcem_incl/asin.hpp
"
79
80
#include "
gcem_incl/tanh.hpp
"
81
#include "
gcem_incl/cosh.hpp
"
82
#include "
gcem_incl/sinh.hpp
"
83
84
#include "
gcem_incl/atanh.hpp
"
85
#include "
gcem_incl/acosh.hpp
"
86
#include "
gcem_incl/asinh.hpp
"
87
88
#include "
gcem_incl/binomial_coef.hpp
"
89
#include "
gcem_incl/lgamma.hpp
"
90
#include "
gcem_incl/tgamma.hpp
"
91
#include "
gcem_incl/factorial.hpp
"
92
#include "
gcem_incl/lbeta.hpp
"
93
#include "
gcem_incl/beta.hpp
"
94
#include "
gcem_incl/lmgamma.hpp
"
95
#include "
gcem_incl/log_binomial_coef.hpp
"
96
97
#include "
gcem_incl/erf.hpp
"
98
#include "
gcem_incl/erf_inv.hpp
"
99
#include "
gcem_incl/incomplete_beta.hpp
"
100
#include "
gcem_incl/incomplete_beta_inv.hpp
"
101
#include "
gcem_incl/incomplete_gamma.hpp
"
102
#include "
gcem_incl/incomplete_gamma_inv.hpp
"
103
104
#endif
abs.hpp
acos.hpp
acosh.hpp
asin.hpp
asinh.hpp
atan2.hpp
atan.hpp
atanh.hpp
beta.hpp
binomial_coef.hpp
ceil.hpp
copysign.hpp
cos.hpp
cosh.hpp
erf.hpp
erf_inv.hpp
exp.hpp
expm1.hpp
fabs.hpp
fabsf.hpp
fabsl.hpp
factorial.hpp
find_exponent.hpp
find_fraction.hpp
find_whole.hpp
floor.hpp
fmod.hpp
gauss_legendre_50.hpp
gcd.hpp
gcem_options.hpp
hypot.hpp
incomplete_beta.hpp
incomplete_beta_inv.hpp
incomplete_gamma.hpp
incomplete_gamma_inv.hpp
inv_sqrt.hpp
is_even.hpp
is_finite.hpp
is_inf.hpp
is_nan.hpp
is_odd.hpp
lbeta.hpp
lcm.hpp
lgamma.hpp
lmgamma.hpp
log10.hpp
log1p.hpp
log2.hpp
log.hpp
log_binomial_coef.hpp
mantissa.hpp
max.hpp
min.hpp
neg_zero.hpp
pow.hpp
pow_integral.hpp
round.hpp
sgn.hpp
signbit.hpp
sin.hpp
sinh.hpp
sqrt.hpp
tan.hpp
tanh.hpp
tgamma.hpp
trunc.hpp
thirdparty
gcem
include
gcem.hpp
Generated on Mon Mar 17 2025 23:50:34 for WPILibC++ by
1.12.0