Math/Numeric Functions Flashcards

1
Q

ABS

A

returns the absolute value of a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ACOS

A

returns the arc cosine of a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ASIN

A

returns the arc sine of a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ATAN

A

return the arc tangent of a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ATN2

A

returns the arc tangent of two numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

AVG

A

returns the average value of an expression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CEILING

A

returns the smallest integer value that is >= a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

COUNT

A

returns the number of records returned by a select query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

COS

A

returns the cosine of a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

COT

A

returns the cotangent of a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

DEGREES

A

converts a value in radians to degrees

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

EXP

A

returns e raised to the power of a specified number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

FLOOR

A

returns the largest integer value that is <= to a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

LOG

A

returns the natural logarithm of a number, or the logarithm of a number to a specified base

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

LOG10

A

returns the natural logarithm of a number to base 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

MAX

A

returns the maximum value in a set of values

17
Q

MIN

A

returns the minimum value in a set of values

18
Q

PI

A

returns the value of PI

19
Q

POWER

A

returns the value of a number raised to the power of another number

20
Q

RADIANS

A

converts a degree value into radians

21
Q

RAND

A

returns a random number

22
Q

ROUND

A

rounds a number to a specified number of decimal places

23
Q

SIGN

A

returns the sign of a number

24
Q

SIN

A

returns the sine of a number

25
Q

SQRT

A

returns the square root of a number

26
Q

SQUARE

A

returns the square of a number

27
Q

SUM

A

calculates the sum of a set of values

28
Q

TAN

A

returns the tangent of a number