C Multiple Choice Mathematical Functions Online Exam Quiz

C Multiple Choice Mathematical Functions GK Quiz. Question and Answers related to C Multiple Choice Mathematical Functions. MCQ (Multiple Choice Questions with answers about C Multiple Choice Mathematical Functions

The function computes the hyperbolic cosine of x.

Options

A : cos(x)

B : cosine(x)

C : cosh(x)

D : cosineh(x)

View Answer

What error occurs if the magnitude of x is too large in sinh(double x)?

Options

A : domain error

B : range error

C : no error

D : zero is returned

View Answer

Name the function that breaks a floating-point number into a normalized fraction and an integral power of 2.

Options

A : exp()

B : frexp()

C : Idexp()

D : modf()

View Answer

The function computes the exponential function of x.

Options

A : exp(x)

B : frexp(x)

C : frexp x

D : exp x

View Answer

Which of the given function is a library function under the header math.h?

Options

A : log10()

B : log20()

C : log30()

D : log50()

View Answer

The cos function computes the cosine of x.

Options

A : measured in radians

B : measured in degrees

C : measured in gradian

D : measured in milliradian

View Answer

Which of the following is the correct code?

Options

A : tanh(double x)

B : tanh double x

C : tanhdouble x

D : tanhdoublex

View Answer

The ldexp() function multiplies a floating-point number by an integral power of 2.

Options

A : true

B : false

C :

D :

View Answer

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Multiple Choice Diagnostics

C Multiple Choice Enums

C Multiple Choice File Operations

C Multiple Choice General Utilities

C Multiple Choice Implementation Defined Limits

C Multiple Choice Non Local Jumps

C Multiple Choice Printf

C Multiple Choice Scanf

C Multiple Choice Stringizers

C Multiple Choice String Operations