Which of the following standard functions is not found in the math library?

A. fabs
B. labs
C. floor
D. trunc
E. pow


Answer: B

Computer Science & Information Technology

You might also like to view...

What is wrong with this function?

```void Divide( int x, int y ) { int remainder, quotient; quotient = x/y; remainder = x%y; return (quotient, remainder); }``` A. You can’t have a comma in the return statement. B. The return type is void. C. You can’t delare new variables in this function. D. Both A & B.

Computer Science & Information Technology

The ________ is the range of numbers in the data series and that controls the minimum, maximum, and incremental values on the value axis

A) scale B) legend C) template D) matrix

Computer Science & Information Technology

Visual or sound effects added to individual objects or text on a slide are referred to as _____________.

a. visualizations b. animations c. transitions d. mechanizations

Computer Science & Information Technology

You cannot use the ____________________ key to insert a row at the beginning or middle of a table; instead, you use the Insert Rows Above or Insert Rows Below command.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology