| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | Algebric Question I wish 2 change an always negative result 2 a positive one example B4 NumtoStr(31 / - 18, 2); = - 1.72 After (NumtoStr( ( 31 / - 18 ) something here, 2 ); = 1.72 I've tried 2 multiple by - 1 w/O result ThanX Last edited by aaa; 06-02-2010 at 08:01 AM. | ||
| |
|
| | #2 | ||
![]() | Re: Algebric Question ;-)
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
aaa (06-02-2010) | ||
| | #3 | ||
![]() | Re: Algebric Question So quick !!!! How can we do w/o U ????????? If we give U 1 $ 4 each solution U give U shoud B millionaire ! ************************* ******* NumtoStr(AbsValue(31 / - 18 ), 2); = 1.72 ************************* ********** AbsValue Returns the absolute value of the specified numerical expression. Usage AbsValue(Value) Where: Value - a numerical expression Examples AbsValue(45.275) will return a value of 45.275 AbsValue(-1385) will return a value of 1385 Last edited by aaa; 06-02-2010 at 08:11 AM. | ||
| |
|
| The Following User Says Thank You to aaa For This Useful Post: | ||
Tams (06-02-2010) | ||
| | #4 | ||
![]() | Re: Algebric Question ;-)>
__________________ Only an idiot would reply to a stupid post | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question About Es | topherea | Beginners Forum | 22 | 06-25-2010 12:38 AM |
| Amibroker - Simple Inside Bar Trading System Question | illumintai | Coding Forum | 7 | 05-29-2010 03:54 AM |