About 6,920,000 results
Open links in new tab
  1. sqrt() Function in C - GeeksforGeeks

    Jun 25, 2024 · sqrt() function in C is a predefined function in the math.h library used to calculate the square root of a given number. To use this function, we must include the <math.h> header …

  2. C program to find square root of a given number - GeeksforGeeks

    Nov 23, 2022 · Given a number N, the task is to write a C program to find the square root of the given number N. Examples: Method 1: Using inbuilt sqrt () function: The sqrt () function returns …

  3. C sqrt() - C Standard Library - Programiz

    The sqrt() function takes a single argument (in double) and returns its square root (also in double). [Mathematics] √x = sqrt(x) [In C Programming] The sqrt() function is defined in math.h header file.

  4. sqrt() Function - C math.h - Syntax, Parameters, Examples

    The sqrt() function computes the square root of a given number and returns the positive square root. It provides support for different floating-point precisions and handles domain errors when …

  5. sqrt in C/C++: calculating square root - codelessons.dev

    In this article, we will discuss the sqrt function, which is used to compute the square root of a number in C/C++. We will start with a few examples, and then proceed to create our own …

  6. Square Root Program In C - Online Tutorials Library

    Square Root Program in C - Learn how to calculate the square root in C with this example program. Step-by-step explanation and code provided.

  7. C Program to Find Square Root of a Number using sqrt Function

    In this C program we will learn to find square root using sqrt function. We will first take a number as input from user using scanf function then calculate square root of number by calling sqrt …

  8. Square Root in C | C Program to Find Square Root of a Number

    Mar 16, 2023 · Guide to Square Root in C. Here we discuss an overview of Square Root in c, logic and how to find the Square Root along with an example.

  9. How to get the Square root of a number in C? - Programming Jab

    The tutorial is describing how a programmer can get the square root of a number using the C library function sqrt() and write its own function for the same.

  10. C Standard Library sqrt Function - Online Tutorials Library

    C Standard Library sqrt Function - Learn about the sqrt function in C Standard Library, its syntax, usage, and examples to compute the square root of a number effectively.

  11. Some results have been removed
Refresh