Search:

Type: Posts; User: Gerling

Search: Search took 0.01 seconds.

  1. The GMP looks very interesting. I'm glad you...

    The GMP looks very interesting. I'm glad you told me about it. I think I understand the exercise, now. It looks pretty challenging for me at this stage.
  2. What is a quadruple-precision integer package?

    I'm working through An Introduction to ANSI C on UNIX which has suited me well so far.
    I don't understand this problem they gave me, though.
    "Write a quadruple-precision integer package with...
  3. Wow. Thanks for telling me about log10. I got...

    Wow. Thanks for telling me about log10. I got confused and thought log base 10 was natural. Now I remember what e is.
  4. (un)natural logarithm function using the wrong base

    The following code produces logarithms apparently using base 2.71826 instead of base 10. What could I be doing wrong in a function so simple?

    #include <stdio.h>
    #include <math.h>

    int main()...
Results 1 to 4 of 4