Search the web
Sign In
New User? Sign Up
sphere_project · WildFire (Formerly the Sphere Project)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 407 - 436 of 665   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
407
Hi all, I've begun working on a new system called MathLib, which allows you to (currently) perform integer operations on numbers of arbitrary sizes. cout...
creysoft
Offline Send Email
Sep 4, 2003
2:46 pm
408
... Cool. There's just one problem with it though: ml_builtin("multiply","88888888","88888888") = 7901234487654314 88888888*88888888 = 7901234409876544 I've...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 5, 2003
3:55 am
409
... 376187839665933293455559617066599168227424908548011159333469 ... Weird... ... Go for it! I've got a (partially) working division routine written, and I"m...
creysoft
Offline Send Email
Sep 5, 2003
1:57 pm
410
A while back there was an announcement that xDraw source had been opened/freed by M Uli Kusterer. Some list member was in possession of the sources and would...
Sparticus Zarris
tooboring_2000
Offline Send Email
Sep 5, 2003
2:44 pm
411
... *blush* Eh heh heh heh.... that was my fault. I believe that was around the time when I was shifting the project to Jonathyn, and that sorta got lost in...
creysoft
Offline Send Email
Sep 5, 2003
3:07 pm
412
... I'm in communication with Uli to work out a licensing detail. Stay tuned. - Tyler...
creysoft
Offline Send Email
Sep 5, 2003
3:31 pm
413
... would ... Looking at your code, the "compare" function would seem to need work. It first compares the lengths of the two arguments -- but only *after* any...
cubist@...
cubist94022
Offline Send Email
Sep 5, 2003
9:40 pm
414
MathLib 0.0.2 is available: http://www.creysoft.com/sphere_project/mathlib.sit Changes include: Fixed multiplication bug. (I wasn't discarding the carry digit...
creysoft
Offline Send Email
Sep 5, 2003
9:46 pm
415
... <snip> ... Awesome. Also keep in mind that this will probably be converted to an X-ternal (i.e. re- written in C++ at some point. I already know a guy...
creysoft
Offline Send Email
Sep 5, 2003
9:51 pm
416
... Actually, I've already solved the control character problem by using Rinaldi's FullRead and FullWrite XCMDs and his [x] syntax. (I needed FullRead and...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 5, 2003
10:31 pm
417
... Cool. ml_builtIn("mod","65536","12") seems to freeze. BTW Mod can easily be "synthesized" from the other operations if we can't get it to work. ... You...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 5, 2003
10:44 pm
418
... Actually it's a much more complex issue than we think, 'cause I was thinking of using commas to separate the real and imaginary parts of a complex number...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 5, 2003
10:55 pm
419
... I see that that's how you did it. :) I have just restructured the code a little and added decimal support for addition. Periods and commas are treated the...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 6, 2003
12:15 am
420
I succeeded in adding decimal support for addition, subtraction, and multiplication. Periods and commas are both treated as decimal points. I also have complex...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 6, 2003
7:32 am
421
... ? It should just be comparing the strings... Ah well... I broke my own rule on never using operators! ... Well, ideally we would make that a global...
creysoft
Offline Send Email
Sep 6, 2003
3:08 pm
422
I downloaded the SphereTalk compiler and noticed that the file SphereTalk Syntax.txt is messed up. Probably because the line breaks are Unix rather than MacOS...
Mark Schonewille
ecognoompje
Offline Send Email
Sep 6, 2003
5:14 pm
423
... Suggestion: Design all the operating algorithms to work on integer numbers -- but keep track of where the operands kept their decimal points initially, so...
cubist@...
cubist94022
Offline Send Email
Sep 6, 2003
7:04 pm
424
... How about tabs? ... That's gonna bite you some time, I just *know* it will. What I've done is invent two variables -- DecPt, which contains the decimal...
cubist@...
cubist94022
Offline Send Email
Sep 6, 2003
7:05 pm
425
... Remember: This isn't a program, it's an API. All API's have rules you have to follow, and AFAIK, HyperCard doesn't support commas in its numbers either. So...
creysoft
Offline Send Email
Sep 6, 2003
7:34 pm
426
... Actually, that's _exactly_ what I've done. :) ... OK, I guess it's unanimous; we'll use a global variable for repeating decimal / irrational number...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 6, 2003
8:29 pm
427
... I know what you mean. The only problem with it is that we'd probably have to rewrite everything in order to allow these kinds of numbers as input. We'd...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 6, 2003
8:38 pm
428
... I hate when that happens. Here's what you can do: Open the file in SimpleText, type a return, copy that return. Choose Replace from the Edit menu. In the...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 6, 2003
8:43 pm
429
... The problem with tabs is that they're hard to type; it's not easy to get tabs into file names, dialog boxes, HyperCard fields, the script editor, etc....
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 6, 2003
8:50 pm
430
Actually, I just opened it in BBEdit and it was fine once I set the "Translate line breaks" option to true. Is there a way in MacOS X to make sure that text is...
Mark Schonewille
ecognoompje
Offline Send Email
Sep 6, 2003
8:56 pm
431
... Not that I know of; no options for that sort of thing appear in TextEdit. I'll just have to use Tex-Edit Plus to change the line separators before I stuff...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 6, 2003
9:11 pm
432
... I had the same problem with signed numbers - or didn't you notice all that ugly patch code? ;) You're right, of course. And it's not really that important...
creysoft
Offline Send Email
Sep 6, 2003
9:49 pm
433
I figured out a way to speed up mod. Define a global variable (gML_LASTQUOTIENT) which the "divide" operation copies its result into before returning. Now...
creysoft
Offline Send Email
Sep 6, 2003
9:57 pm
434
I have just finished MathLib 0.0.3J and have uploaded it here: http://www.angelfire.com/d20/jrdesktop/hcsw/mathlib.sit Here's a list of what I have done: *...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 7, 2003
9:28 pm
435
Very nice. I'm adding some extra performance improvements (x*0=0, x*1=x, x* 2=x+x, etc.) and I'll re-release it. You'd be surprised what a few performance ...
creysoft
Offline Send Email
Sep 8, 2003
2:07 pm
436
... Yes, you would. Notice my surprise when multiplication dropped from 30 ticks to 6. I already caught 0*x (in the "Infinity Handling Section": if ...
Jonathyn Bet'nct
jonrelay
Online Now Send Email
Sep 8, 2003
10:03 pm
Messages 407 - 436 of 665   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