|
[Sponsors] |
July 31, 2003, 12:09 |
powers and roots
|
#1 |
Guest
Posts: n/a
|
Also, another little problem I am having is that I am trying to get the unit vector of the F_AREA function. This involves using pythagarus to work out the length of (A[0]^2 + A[1]^2)^0.5. When I use the ^ symbol the code will not compile and when I use _power((A[0]), 2) it produces an error EOF on stderr. The fluent Process could not be started.
Any suggestions anyone |
|
July 31, 2003, 13:57 |
Re: powers and roots
|
#2 |
Guest
Posts: n/a
|
Hi
C rule pow(10.0, 2.0) do not forget to use (.) Regards Alex |
|
|
|