RE: Real Life Math Computations....

2000-11-21 Thread Daniel Kemp
Once I get done with reformatting my computer at home Im going to install another WAP browser as I also do some CF I mentioned www.yospace.com, as it has a very good inline JavaApplet browser. I don't have any browser running on my own personal machine. I do have one question though, why

RE: Real Life Math Computations....

2000-11-19 Thread Michael Thomas
^_^ From: "Daniel Kemp" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Real Life Math Computations Date: Sat, 18 Nov 2000 09:06:00 - You were right when you said entertaining, Ive always been a fan of game programming have wanted one d

RE: Real Life Math Computations....

2000-11-18 Thread Daniel Kemp
You were right when you said entertaining, Ive always been a fan of game programming have wanted one day perhaps code a small game or something like that. Do you have a working example of this online that I can play with!?!?!? Please Please Please!!! lmao Ok, remember it's work in

Real Life Math Computations....

2000-11-17 Thread Michael Thomas
There are a couple of built-in functions within Cold Fusion as well as other languages like Javascript etc. etc. that Im curious about. My question is does anyone have any real world experience with any or all of the following functions and if so where would I use these: Abs() ACos() ASin()

RE: Real Life Math Computations....

2000-11-17 Thread Neil Clark
Yep, I did an app that had some h-core animation in it and needed several of these functions in JS and CF to calculate gravity, cusioning etc... N ! --- Neil Clark Senior Web Applications Engineer mcb digital Tel. +44 (0)20 8941 3232 Tel. +44 (0)20 8408 8131

RE: Real Life Math Computations....

2000-11-17 Thread Jason Lees (National Express)
]] Sent: 17 November 2000 10:56 To: CF-Talk Subject: Real Life Math Computations There are a couple of built-in functions within Cold Fusion as well as other languages like Javascript etc. etc. that Im curious about. My question is does anyone have any real world experience with any or all

RE: Real Life Math Computations....

2000-11-17 Thread DeVoil, Nick
Well I've never used any of the other ones, but I've often used Abs() in straightforward business applications. One use that springs to mind is in securities trading, where if you've bought say 5 million, your position is "long 5 million", and if you've sold 5 million your position is "short 5

RE: Real Life Math Computations....

2000-11-17 Thread Michael Thomas
Excellent post!!! This is exactly what I wanted to know. Between this the last post I can get a good grasp on Abs(), now for the other ones. Thanks. ^_^ From: "DeVoil, Nick" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Real Life Math Co

RE: Real Life Math Computations....

2000-11-17 Thread Christopher P. Maher
Abs() I use Abs() for comparing if numbers are "reasonably" close CFIF abs(a - b) LT .05 Sgn() I've had situations where I calculated a value and then had to decide if I were to add or subtract that amount based on the sign of some other variable. Rather than do CFIF x GT 0CFSet a = b +

RE: Real Life Math Computations....

2000-11-17 Thread Daniel Kemp
There are a couple of built-in functions within Cold Fusion as well as other languages like Javascript etc. etc. that Im curious about. Abs() Atn() (or otherwise referred to as Atan) Anyone have a real world example of these within a CF App??? Yup here's an entertaining, if not unlong

RE: Real Life Math Computations....

2000-11-17 Thread Michael Thomas
to play with it, Post Link!!! hehe Sincerely, Mike From: "Daniel Kemp" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Real Life Math Computations Date: Fri, 17 Nov 2000 17:02:11 - There are a couple of built-in functions within C