Front-end Tutorials

Front-end Tutorials

HTMLCSSSassJavaScriptReactJS
CMS Tutorials

CMS Tutorials

WordPress
Tutorials expand

C Tutorial Blogs

C atan() Function

C atan() Function

The atan() function is a standard library function in C that is used to calculate the arctangent of a specified number.

author
Mari Selvan
C atan2() Function

C atan2() Function

The atan2() function is a standard library function in C that is used to calculate the arctangent of the ratio of two specified numbers.

author
Mari Selvan
C asinh() Function

C asinh() Function

The asinh() function is a standard library function in C that is used to calculate the inverse hyperbolic sine (arcsinh) of a given argument.

author
Mari Selvan
C ldexp() Function

C ldexp() Function

The ldexp() function is a standard library function in C that is used to multiply a given floating-point value by a specified power of 2.

author
Mari Selvan
C fmod() Function

C fmod() Function

The fmod() function is a standard library function in C that is used to calculate the floating-point remainder of dividing one number by another.

author
Mari Selvan
C exp() Function

C exp() Function

The exp() function is a standard library function in C that is used to calculate the exponential value of a given argument.

author
Mari Selvan
C sin() Function

C sin() Function

The sin() function is a standard library function in C that is used to calculate the sine of a given angle in radians.

author
Mari Selvan
C fabs() Function

C fabs() Function

The fabs() function is a standard library function in C that is used to calculate the absolute value (magnitude) of a given floating-point value.

author
Mari Selvan
C floor() Function

C floor() Function

The floor() function is a standard library function in C that is used to round a floating-point value down to the nearest integer value that is less than or equal to the given value.

author
Mari Selvan
C frexp() Function

C frexp() Function

The frexp() function is a standard library function in C that is used to break down a given floating-point value into its significand and exponent parts.

author
Mari Selvan
C hypot() Function

C hypot() Function

The hypot() function is a standard library function in C that is used to calculate the length of the hypotenuse of a right-angled triangle given the lengths of its two other sides.

author
Mari Selvan
C log10() Function

C log10() Function

The log10() function is a standard library function in C that is used to calculate the base 10 logarithm of a given value.

author
Mari Selvan
C log() Function

C log() Function

The log() function is a standard library function in C that is used to calculate the natural logarithm (base e) of a given value.

author
Mari Selvan
C modf() Function

C modf() Function

The modf() function is a standard library function in C that is used to split a floating-point value into its integral and fractional parts.

author
Mari Selvan
C pow() Function

C pow() Function

The pow() function is a standard library function in C that is used to calculate the power of a given base raised to a specified exponent.

author
Mari Selvan
C round() Function

C round() Function

The round() function is a standard library function in C that is used to round a floating-point value to the nearest integer, using the current rounding mode.

author
Mari Selvan
C tan() Function

C tan() Function

The tan() function is a standard library function in C that is used to calculate the tangent of a given angle in radians.

author
Mari Selvan
C tanh() Function

C tanh() Function

The tanh() function is a standard library function in C that is used to calculate the hyperbolic tangent of a given value.

author
Mari Selvan
We make use of cookies to improve our user experience. By using this website, you agree with our Cookies Policy
AgreeCookie Policy