Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 16207 - 16236 of 18801   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16207
... Apart from the self-installer, you can always install the zip edition and change the xbvars.bat to call the environment for compiling. XBasic is...
Vincent Voois
vvacme
Offline Send Email
Nov 1, 2005
8:00 am
16208
... True. But only being able to convert back with one of them doesn't sound so useful. ... I didn't think calculators that cheap even had trig functions on...
bestonnet_00
Offline Send Email
Nov 1, 2005
6:52 pm
16209
I've been checking the GW-BASIC manuals and the online help of QBASIC. Their explanation of ATAN, SIN, COS and TAN is worst than the one that appeared in the...
José Gabriel Moya...
jose_m0ya
Offline Send Email
Nov 1, 2005
8:10 pm
16210
Well this is most likely on a number of users minds. In a previous post it was determined that XBasic isn't multi-threading . XBlite apparently is...
gedcda72
Offline Send Email
Nov 1, 2005
11:40 pm
16211
Part of this question may of been answered previously . In XBasic an array can only have nine dimensions. Is there someway to increase this , attachments...
gedcda72
Offline Send Email
Nov 1, 2005
11:52 pm
16212
On Tue, 01 Nov 2005 13:51:31 -0500, bestonnet_00 <bestonnet_00@...> ... Last year I think it was, I got a Sharp EL-531W for $5, which was downright...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Nov 2, 2005
12:47 am
16213
... How are you accessing your array? Using ATTACH has the advantage that one need not assign values to all cells, so that the array can take less memory. Or...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Nov 2, 2005
1:22 am
16214
... Well, my early programming language was BBC Basic, which had far better precision in its variables that GW offered, and was also a much better structured...
cr
cr2003nz
Offline Send Email
Nov 2, 2005
5:38 am
16215
... You may be right. Cheapest one I found (in a quick net search) was Kmart (US) who had a TI30X (?) scientific for $12.99 (US). So I guess finding a ...
cr
cr2003nz
Offline Send Email
Nov 2, 2005
5:38 am
16216
... There has to be a reason for that, something special about arctan that warrants including it when arcsin and arccos aren't included....
bestonnet_00
Offline Send Email
Nov 2, 2005
7:04 am
16217
On Wed, 02 Nov 2005 02:03:46 -0500, bestonnet_00 <bestonnet_00@...> ... Well, let me see ... if you're using the power series representation, the formula...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Nov 2, 2005
12:34 pm
16218
... The only way i can quickly thinking of expanding arrays outside the limits of 9 dimensions is by subdimensioning: ArrayRoot[Branch1[b1x,b1y,b1z],...
Vincent Voois
vvacme
Offline Send Email
Nov 2, 2005
12:35 pm
16219
... Probably because you can calculate arcsin and arccos by doing various inverse functions using arctan and powers. My last math class was over 12 years ago...
Vincent Voois
vvacme
Offline Send Email
Nov 2, 2005
12:42 pm
16220
I'll have several Xui windows open and, in some cases redraws of standard Xui objects do not happen. I'll put one window over another and then when I move the...
John
prujohn
Offline Send Email
Nov 2, 2005
8:09 pm
16221
I'll have several Xui windows open and, in some cases redraws of standard Xui objects do not happen. I'll put one window over another and then when I move the...
John
prujohn
Offline Send Email
Nov 2, 2005
8:10 pm
16222
This is usually a timing problem of redraw actions being taken or sometimes skipped when the CEO is focussed upon a different area at the time a redraw was...
Vincent Voois
vvacme
Offline Send Email
Nov 2, 2005
8:22 pm
16223
... That is true but it doesn't seem like it'd be enough, even if arctan isn't in hardware it couldn't be that hard to put it in software (and computers...
bestonnet_00
Offline Send Email
Nov 2, 2005
9:32 pm
16224
... Note: I'm not to familiar with the internals of XBLite (as far as they differ from XBasic), so I could be totally wrong here; but I seriously doubt this....
Eddie Penninkhof
wizball1
Offline Send Email
Nov 2, 2005
10:52 pm
16225
... In XBasic2 there is no limit on the number of dimensions (apart from available memory and the size of an 'int'). CU, Eddie....
Eddie Penninkhof
wizball1
Offline Send Email
Nov 2, 2005
10:58 pm
16226
... Hi Eddie, I agree. There is no difference between xbasic and xblite wrt dynamic memory allocation. In both, strings, arrays, and UDTs are not thread safe...
D.
xbtools
Offline Send Email
Nov 2, 2005
11:23 pm
16227
On Wed, 02 Nov 2005 16:31:50 -0500, bestonnet_00 <bestonnet_00@...> ... Early computers such as the Commodore even had to do multiplication in software,...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Nov 3, 2005
3:10 am
16228
* arcsin(y) = arctan(y/sqrt(1-y*y)), y in (-1,1) * arccos(y) = pi/2 - arctan(y/sqrt(1-y*y)), y in (-1,1) * * while tan(x) = sin(x) / cos(x) thus a...
altheengineer
Offline Send Email
Nov 3, 2005
3:33 am
16229
first thank you for your solving responce many will appreciate it,so pls let me add a usefull link for many math questions like this, ...
gudy zopfi
gzphilippines
Offline Send Email
Nov 3, 2005
3:54 am
16230
Dear all I started a crazy job: to digest the yahoogroups.txt file provided some time ago. It is more than 28 Mb of infomation. After more than 3 days full ...
Joaquim Abian
abian_moux
Offline Send Email
Nov 3, 2005
9:04 am
16231
... From: "Joaquim Abian" <jambam@...> To: <xbasic@yahoogroups.com> Sent: Thursday, November 03, 2005 7:55 PM Subject: [xbasic] J.Wilcox and sudoku ...
Vic Drastik
vicdrastik
Offline Send Email
Nov 3, 2005
11:25 am
16232
Hi, I wonder if operativsystem Unix can be used on pc. what is it used for when there is already Windows too? Best regards ... Yahoo! FareChase - Search...
nasim khatibi
nasimkha
Offline Send Email
Nov 3, 2005
5:53 pm
16233
... that one ... less ... index in ... array ... pointer ... p-1] ... *p+z of ... yourself ... dimensional ... allocating ... more ... I'm using the standard...
gedcda72
Offline Send Email
Nov 3, 2005
7:43 pm
16234
For the immediate future I most likely will be using single core processors , without hyperthreading capability . Is XBasic compatible with and safe to use...
gedcda72
Offline Send Email
Nov 3, 2005
8:01 pm
16235
... XBasic won't run on a machine without a FPU. But since every x86 CPU since the Pentium included a FPU (except for some 'embedded' CPU's) that's pretty...
Eddie Penninkhof
wizball1
Offline Send Email
Nov 3, 2005
8:40 pm
16236
... ATTACH can be used to build an array up one piece at a time, or to access a part of an array. You can also use SWAP to exchange parts of an array. Let's...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Nov 3, 2005
8:42 pm
Messages 16207 - 16236 of 18801   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help