HP Prime Graphing Wireless Calculator Instrukcja Użytkownika Strona 659

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 658
Notice the use of the LOCAL variable for the radius, and the naming convention that uses lower case letters
for the local variable. Adhering to such a convention will improve the readability of your programs.
WAIT
Syntax: WAIT(n);
Pauses program execution for n seconds. With no argument or with n = 0, pauses program execution for one
minute.
More
%CHANGE
Syntax: %CHANGE(x,y)
The percentage change in going from x to y.
Example: %CHANGE(20,50) returns 150.
%TOTAL
Syntax: %TOTAL(x,y)
The percentage of x that is y.
Example: %TOTAL(20,50) returns 250.
CAS
Syntax: CAS.function() or CAS.variable
Executes the function or returns the variable using the CAS.
EVALLIST
Syntax: EVALLIST({list})
Evaluates the content of each element in a list and returns an evaluated list.
EXECON
Syntax: EXECON (&expr, List1, [List2,…])
Program commands 611
Przeglądanie stron 658
1 2 ... 654 655 656 657 658 659 660 661 662 663 664 ... 700 701

Komentarze do niniejszej Instrukcji

Brak uwag