HP Prime Graphing Wireless Calculator Manual de usuario Pagina 659

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 701
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 658
1 2 ... 654 655 656 657 658 659 660 661 662 663 664 ... 700 701

Comentarios a estos manuales

Sin comentarios