Thread: This is hopefully an extremely easy question...

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    3

    Unhappy This is hopefully an extremely easy question...

    Hi,
    So i have no coding experience, but am now working in a computational chemistry lab for my senior year research.

    I am working with code someone wrote previously that integrates a function and gives the final result.

    In the code is the term

    Ir(e1s, e2s, ZmaxB1, ZminB1, ZmaxA, ZminA, ZmaxB2, ZminB2, ha, hb, loc);

    So my question is, is Ir() a function included in math.h? Like sin() or sinh()?

    Ir() is declared at the beginning of the program with "double Ir();"

    Thanks
    Rachael

  2. #2
    Bioport Productions
    Join Date
    Oct 2005
    Posts
    215
    nope, that's user defined. If you have the source code you be able to see what it does.
    -"What we wish, we readily believe, and what we ourselves think, we imagine others think also."
    PHP Code:
    sadf 

  3. #3
    Registered User
    Join Date
    Nov 2005
    Posts
    3
    Cool thanks, look like I am gonna have to go talk to my PI. I appreciate the quick response.
    Rachael

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Another Embarassingly Easy Question
    By almo89 in forum C Programming
    Replies: 2
    Last Post: 02-11-2006, 04:59 PM
  2. 4 easy question
    By Zeratulsdomain in forum C++ Programming
    Replies: 2
    Last Post: 10-15-2005, 10:43 PM
  3. easy question about machine code
    By Jaguar in forum Tech Board
    Replies: 3
    Last Post: 10-07-2003, 09:11 AM
  4. Newbie Question (easy i think)
    By pyrotherm in forum C++ Programming
    Replies: 7
    Last Post: 10-01-2003, 09:26 AM
  5. Easy Question
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 08-12-2002, 12:19 PM