Math Functions and Variables in Fusion Flashcards

https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-fusion/functions-in-fusion/math-functions

1
Q

What function returns the average value of the numeric values in a specific array, or the average value of numerical values entered individually?

A

average ([array of values]) average(value1; [value2], …)

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

What function returns the smallest integer greater than or equal to a specified number?

A

ceil (number)

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

What function returns the largest integer less than or equal to a specified number?

A

floor (number)

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

What function returns a number in the requested format. By default, the decimal point is a comma (,) and the thousands separator is a period (.)?

A

formatNumber (number; decimalPOINTS; [decimalSeparator]; [thousandsSeparator])

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

What function returns the largest number in a specified array or the largest number among numbers entered individually?

A

max ([array of values]), max(value1;value2; …)

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

What function returns the smallest number in a specified array or the smallest number among numbers entered individually?

A

min ([array of values]), min(value1; value2; …)

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

What function parses a string with a number and returns the number?

A

parseNumber (number; decimal separator)

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

What function rounds a numeric value to the nearest integer.

A

round (number)

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

What function returns the sum of the values in a specified array or the sum of numbers entered individually?

A

sum ([array of values]), sum(value1; value2; …)

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

What math variable returns a floating-point pseudo-random number in the range [0,1] (inclusive of 0, but not 1)?

A

random

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