
Function Calculations
| Problem |
|
| Use this keyboard: |
| Operation | |||
|
|
|
|
|
|
| |||
|
| mth | abc | cat | 2D | ||||
|
|
|
|
|
| ||||
|
|
|
|
|
|
|
|
|
|
What is the sign of |
|
|
|
| Func |
| [signum] | ||
|
|
|
|
|
| ||||
(signum returns |
|
|
|
|
|
| |||
negative value, 1 for a |
|
|
|
|
|
|
| ||
positive value, “Undefined” for |
|
|
|
|
| ||||
| A |
|
|
|
|
|
|
| |
0, and |
| for an |
|
|
|
|
|
|
|
A |
|
|
|
|
|
|
| ||
imaginary number.) |
|
|
|
|
|
|
| ||
|
|
|
|
|
|
|
|
| |
What is the integer part of |
| CALC |
| Func |
| ||||
|
|
|
|
|
| ||||
|
|
|
|
|
|
|
|
| |
What is the decimal part of |
|
|
| Func |
| [frac] | |||
|
|
|
|
| |||||
|
|
|
|
|
|
|
|
| |
What is the greatest integer |
|
|
| Func |
| [intg] | |||
less than or equal to |
|
|
|
|
|
|
| ||
|
|
|
|
|
| ||||
|
|
|
|
|
|
|
|
| |
What is |
|
|
| Func |
| [fRound] | |||
two decimal places? |
|
|
|
| w | ||||
|
|
|
|
|
|
|
|
| |
What is |
|
|
| Func |
| [sRound] | |||
four significant digits? |
|
|
|
|
|
| w* | ||
|
|
|
|
|
|
|
| ||
|
|
|
|
|
|
|
|
|
|
* To round to 10 digits, specify “0” for the second argument.
kRandom Number Generator (rand, randList, RandSeed)
•The ClassPad random number generator can generate truly random numbers (non- sequential random numbers) and random numbers that follow a particular pattern (sequential random numbers). Using the “randList” function, you can generate a list whose elements contain random numbers. There are nine different patterns for generation of sequential random numbers. Use the “RandSeed” command to switch between
uClassPad Operation
(1)Use the “RandSeed” command to configure random number generation settings, if required.
(2)Use the “rand” function or “randList” function to generate the random numbers.
20060301