436968
922
Zoom out
Zoom in
Previous page
1/1094
Next page
Annexe A : Instructions et fonctions 923
int() CATALOG partEnt()
int(
nombre
)
entier
int(
liste
)
liste
int(
matrice
)
matrice
Partie entière, identique à floor().
L'argument peut être un nombre réel ou
complexe.
int(ë 2.5) ¸ ë 3.
int([-1.234,0,0.37]) ¸
[-2. 0 0.]
intDiv() CATALOG divEnt()
intDiv(
entier1
,
entier2
)
entier
intDiv(
liste1
,
liste2
)
liste
intDiv(
matrice1
,
matrice2
)
matrice
Quotient entier de
entier1
par
entier2
.
Le reste est obtenu par la fonction
remain.
intDiv(ë 7,2) ¸ ë 3
intDiv(4,5) ¸ 0
intDiv({12,ë 14,ë 16},{5,4,ë 3}) ¸
{2
ë 3 5}
integrate Voir
(), page 988.
iPart() Menu MATH/Number ent()
iPart(
nombre
)
entier
iPart(
liste
)
liste
iPart(
matrice
)
matrice
iPart fPart() ()xx x=−
iPart(ë 1.234) ¸ ë 1.
iPart({3/2,ë 2.3,7.003}) ¸
{1 ë 2. 7.}
isArchiv() CATALOG estArch()
isArchiv(nom_var)
vrai, faux
Détermine si nom_var est archivée ou non.
Retourne
true (vrai) si nom-var est archivée.
Retourne
false (faux) si nom-var n’est pas
archivée.
isArchiv(PROG1) ¸ True
isClkOn() CATALOG
isClkOn()
truefalse (vraifaux)
Détermine si l'horloge est activée ou désactivée.
true (vrai) s'affiche lorsqu'elle est activée, false
(faux) lorsqu'elle est désactivée.
isLocked() CATALOG estVerr()
isLocked(nom_var)
vrai,faux
Détermine si nom-var est verrouillée ou non.
Retourne
true (vrai) si nom-var est verrouillée
ou archivée. Retourne
false (faux) si nom-var
n’est pas verrouillée ou archivée.
isLocked(PROG1) ¸ False
isPrime() Menu MATH/Test estPrem()
IsPrime(
nombre
)
condition constante
Retourne true si l’argument (nombre) est un
entier naturel premier,
false dans le cas
contraire.
Si
nombre
dépasse 306 chiffres environ et n'a pas
de diviseurs inférieurs à 1021,
isPrime(
nombre
)
affiche un message d'erreur.
Note. Il est beaucoup plus rapide d’utiliser cette
fonction plutôt que
factor( ) lorsque vous voulez
seulement tester si un nombre est premier.
IsPrime(5) ¸ true
IsPrime(6) ¸ false
Fonction permettant de déterminer le
nombre premier suivant un nombre
spécifié :
Define nextPrim(n)
= Func:Loop:
n+1! n:if isPrime(n):return n:
EndLoop:EndFunc ¸ Done
nextPrim(7) ¸ 11
922


Need help? Post your question in this forum.

Forumrules


Report abuse

Libble takes abuse of its services very seriously. We're committed to dealing with such abuse according to the laws in your country of residence. When you submit a report, we'll investigate it and take the appropriate action. We'll get back to you only if we require additional details or have more information to share.

Product:

For example, Anti-Semitic content, racist content, or material that could result in a violent physical act.

For example, a credit card number, a personal identification number, or an unlisted home address. Note that email addresses and full names are not considered private information.

Forumrules

To achieve meaningful questions, we apply the following rules:

Register

Register getting emails for Texas Instruments voyage 200 at:


You will receive an email to register for one or both of the options.


Get your user manual by e-mail

Enter your email address to receive the manual of Texas Instruments voyage 200 in the language / languages: French as an attachment in your email.

The manual is 9,5 mb in size.

 

You will receive the manual in your email within minutes. If you have not received an email, then probably have entered the wrong email address or your mailbox is too full. In addition, it may be that your ISP may have a maximum size for emails to receive.

Others manual(s) of Texas Instruments voyage 200

Texas Instruments voyage 200 User Manual - English - 1008 pages

Texas Instruments voyage 200 User Manual - German - 1130 pages

Texas Instruments voyage 200 User Manual - Dutch - 1103 pages


The manual is sent by email. Check your email

If you have not received an email with the manual within fifteen minutes, it may be that you have a entered a wrong email address or that your ISP has set a maximum size to receive email that is smaller than the size of the manual.

The email address you have provided is not correct.

Please check the email address and correct it.

Your question is posted on this page

Would you like to receive an email when new answers and questions are posted? Please enter your email address.



Info