This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

about C lib.

How can I use Keil to compute exponential function?

is use #include <stdlib.h>?

thank you sir.

Parents
  • thank you for your helping very much.
    I feel so good for every your answer.This help me understand about KEIL better than two days ago.
    And this time, I have some question to ask go again. :D .
      Can Keil compute Imaginary part?.
        
    
    
    this program I show you about my idea to compute Img.
    
    
    #include <math.h>
    ...
    
    i = sqrt(-1);
    
    Is it correct program?.
    
    
    Thank alot for your answer.
    pattaraporn;
    

Reply
  • thank you for your helping very much.
    I feel so good for every your answer.This help me understand about KEIL better than two days ago.
    And this time, I have some question to ask go again. :D .
      Can Keil compute Imaginary part?.
        
    
    
    this program I show you about my idea to compute Img.
    
    
    #include <math.h>
    ...
    
    i = sqrt(-1);
    
    Is it correct program?.
    
    
    Thank alot for your answer.
    pattaraporn;
    

Children