C LANGUAGE: STANDARD LIBRARY FUNCTIONS - MATH.H
ABSOLUTE VALUE FUNCTIONS
| fabs() | Absolute Value of Floating-Point Number |
NEAREST INTEGER, ABSOLUTE VALUE, AND REMAINDER FUNCTIONS
| ceil() | Ceiling |
| floor() | Floor |
| fmod() | Floating Modulus |
EXPONENTIAL AND LOGARITHMIC FUNCTIONS
| exp() | Exponential |
| frexp() | Split into Fraction and Exponent |
| ldexp() | Combine Fraction and Exponent |
| log() | Natural Logarithm |
| log10() | Common Logarithm |
| modf() | Split into Integer and Fractional Parts |
POWER FUNCTIONS
| pow() | Power |
| sqrt() | Square Root |
TRIGONOMETRIC FUNCTIONS
| acos() | Arc Cosine |
| asin() | Arc Sine |
| atan() | Arc Tangent |
| atan2() | Arc Tangent of Quotient |
| cos() | Cosine |
| sin() | Sine |
HYPERBOLIC FUNCTIONS
| cosh() | Hyperbolic Cosine |
| sinh() | Hyperbolic Sine |
| tanh() | Hyperbolic Tangent |
No comments:
Post a Comment