Front-end Tutorials

Front-end Tutorials

HTMLCSSSassJavaScriptReactJS
CMS Tutorials

CMS Tutorials

WordPress
Tutorials expand

CodeToFun Blogs

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
C trunc() Function

C trunc() Function

The trunc() function is a standard library function in C that is used to truncate a floating-point value towards zero.

author
Mari Selvan
C sqrt() Function

C sqrt() Function

The sqrt() function is a standard library function in C that is used to calculate the square root of a given value.

author
Mari Selvan
C sinh() Function

C sinh() Function

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

author
Mari Selvan
C asin() Function

C asin() Function

The asin() function is a standard library function in C that is used to calculate the arc sine (inverse sine) of a given value.

author
Mari Selvan

Search any Post

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