C3E: Complex Compute Core Engine v1.0
An engine for handling complex computational tasks
Loading...
Searching...
No Matches
trigo.h
Go to the documentation of this file.
1/*
2 * Copyright 2024 Nathanne Isip
3 *
4 * Redistribution and use in source and binary forms,
5 * with or without modification, are permitted provided
6 * that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the
9 * above copyright notice, this list of conditions
10 * and the following disclaimer.
11 *
12 * 2. Redistributions in binary form must reproduce the
13 * above copyright notice, this list of conditions
14 * and the following disclaimer in the documentation
15 * and/or other materials provided with the distribution.
16 */
17
26#ifndef C3E_TRIGO_H
27#define C3E_TRIGO_H
28
29#include <c3e/commons.h>
30
40
52
63
64#endif /* C3E_TRIGO_H */
Common data structures and type definitions for the C3E library.
double c3e_number
A type representing a numerical value in C3E. Defaults to double precision.
Definition commons.h:50
c3e_number c3e_radian_degrees(c3e_number x)
Converts an angle from radians to degrees.
c3e_number c3e_log_gamma(c3e_number x)
Computes the logarithm of the Gamma function (log-Gamma) of a given number.
c3e_number c3e_gamma(c3e_number x)
Computes the Gamma function of a given number.