Browsing category

pre-define maths function in C

pow function in C programming Language

pow function in C programming Language In this tutorial, we will discuss pow function in C programming Language Description Pow()  in C is used to find the power of the given number The pow() function in C programming language (C library function) returns x raised to the power of y pow(): In the C Programming…

trunc function in C programming language

trunc function in C programming language In this tutorial, we will discuss trunc  function in C programming language Description The trunc() math function in C programming language returns the truncated value from the floating point value and return integer value.. trunc() : This function truncates the decimal value from floating point value and returns an…

exp function in C programming language

exp function in C programming language Description In C programming language,  exp function in C.  returns the value of e raised to the xth power. exp() : In the C programming language, The exp() function calculates e raised to the power of x(given argument) ( calculate the exponential “e” to the xth power)   Declaration…

cosh arithmetic function in C language with example

cosh arithmetic function in C language with example In this tutorial, we will describe about cosh arithmetic function in C language with example. Description of cosh() cosh – arithmetic function in C language returns hyperbolic cosine value   cosh() : In the C Programming language, the coshh() function is used to calculate hyperbolic cosine value…

sinh arithmetic function in C language with example

sinh arithmetic function in C language with example In this tutorial, we will discuss sinh arithmetic function in C language with example Description sinh arithmetic function in C language returns the hyperbolic sine value of the radians angle x sinh() : In the C Programming language, the sinh() function is used to calculate hyperbolic sine…

tanh function in C Programming language

tanh function in  C programming language In this tutorial, we will discuss about tanh function in C Programming language Description Description of tanh() in  C programming language The tanh() function in C programming  language (C library) returns the hyperbolic tangent value of the radian angle x tanh() : In the C Programming language, this  is…

tan function in C programming language

tan function in C programming language In this tutorial we will discuss about tan function in C programming language tan function Description Description of tan()  in C programming language The tan() in C programming  language  returns the tangent of the radian angle x tan() : In the C programming Language, the tan() function is used…

cos function in C programming language

cos function in C programming language In this tutorial, we will discuss cos function in C programming language cos function in C programming language Description Description of cos()  Arithmetic function in C programming language The cos()  in C programming language returns the cosine of the radian angle x. cos() : In the C Programming Language,the…

Sine function in C programming Language

Sine function in C programming Language In this tutorial, we will discuss Sine function in C programming Language Sine function in C Description Description of  the C programming Language  Sin() function In C programming language the sine function returns the sine of the radian angle x. sin(): In the C programming Language this is used…