IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9728


Ignore:
Timestamp:
Oct 24, 2006, 12:00:12 PM (20 years ago)
Author:
eugene
Message:

log10 for log()/log(10)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/gastro2/src/lumfunc.c

    r8496 r9728  
    4242    if (mbin[i] > 0) {
    4343      bin[Nb]  = i * dM + MMIN;
    44       lbin[Nb] = log (mbin[i]) / log (10.0);
     44      lbin[Nb] = log10 (mbin[i]);
    4545      Nb++;
    4646    }
Note: See TracChangeset for help on using the changeset viewer.