About 11,600 results
Open links in new tab
  1. C Library - math.h - GeeksforGeeks

    Jul 23, 2025 · The <math.h> header file in C contains the standard math library functions which can be utilized for various mathematical operations. All math.h library functions accept double type as an …

  2. C math (math.h) Library Reference - W3Schools

    C Math Functions The <math.h> library has many functions that allow you to perform mathematical tasks on numbers.

  3. <cmath> (math.h) - C++ Users

    <cmath> (math.h) C numerics library Header <cmath> declares a set of functions to compute common mathematical operations and transformations: Functions Trigonometric functions cos Compute …

  4. C Math - W3Schools

    Complete Math Reference For a complete reference of math functions, go to our C <math.h> Library Reference.

  5. C Library - <math.h>

    The math.h header defines various mathematical functions and one macro. All the functions available in this library take double as an argument and return double as the result.

  6. CML Numerical Library - CMathL

    The C Math Library (CML) is a collection of routines for numerical computing. The routines have been written from scratch in C, and present a modern Applications Programming Interface (API) for C …

  7. C mathematical functions - Wikipedia

    C mathematical operations are a group of functions in the standard library of the C programming language implementing basic mathematical functions. [1][2] Different C standards provide different, …

  8. C Programming/math.h - Wikibooks, open books for an open world

    Nov 21, 2020 · math.h is a header file in the standard library of the C programming language designed for basic mathematical operations. Most of the functions involve the use of floating point numbers.

  9. math.h - The LLVM C Library

    We also use the perf tool from the CORE-MATH project: link. The performance results from the CORE-MATH’s perf tool are reported in the table below, using the system library as reference (such as the …

  10. Mathematical Library (math.h) in C Programming - Mechatronics LAB

    Mathematical Library (math.h) in C Programming Let’s BeginMath is at the heart of many programs — whether you’re calculating distances, angles, or solving equations. Writing these calculations from …