TMath in Reference Guide

Hi,

In the Reference Guide (Pro version 5.26/00) of TMath, there shows (in the small floating window) that the corresponding lib of TMath is ‘libCore’, is this correct? I have to include ‘libMathCore’ in my program to get the TMath functions.

Thank you!

Yes all basic TMath functions are in libCore

Rene

To be precise:

TMathBase.h is implemented in libCore
TMath.h is implemented in libMathCore

So, if you include TMath.h, you need to link with libMathCore

Lorenzo