Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
When do ExpReg and PwrReg throw an ERR:Domain?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: When do ExpReg and PwrReg throw an ERR:Domain? (Read 3286 times)
0 Members and 1 Guest are viewing this topic.
MGOS
LV6
Super Member (Next: 500)
Posts: 336
Rating: +95/-0
When do ExpReg and PwrReg throw an ERR:Domain?
«
on:
January 27, 2012, 08:08:01 am »
My program throws sometimes an ERR:Domain when I'm using ExpReg or PwrReg. But I don't want the program to stop, so how can I handle exeptions in these cases? How have the two lists have to be that there is no error?
Logged
Author of following games/utilities:
FLAK Tank (top down shooter)
Bullet Proof (2 player shooter)
Temple Run
Isometric Tilemapper
Moving out of the TI 83+'s case:
Add a Serial VFD
Add a large LCD
Add a PICmicro
Add a TV remote control
Create Music with TI-Studio
My Music:
Glance of the Night
Torio
LV3
Member (Next: 100)
Posts: 83
Rating: +22/-0
Re: When do ExpReg and PwrReg throw an ERR:Domain?
«
Reply #1 on:
January 27, 2012, 04:59:29 pm »
ExpReg and PwrReg will throw an ERR:DOMAIN when one of the lists contain a 0.
To check if your list contains a zero, use that command :
Code:
[Select]
prod(List)
It will calculate the product of each term of your list. So if the list contains a 0, the product will automatically be 0.
«
Last Edit: January 27, 2012, 05:00:14 pm by Torio
»
Logged
Sorry about my mistakes, I'm French.
Projects :
Pokemon TI-89
|
Ti-Tank
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
TI-BASIC
»
When do ExpReg and PwrReg throw an ERR:Domain?