RE: [ROOT] asinh()

From: Philippe Canal (pcanal@fnal.gov)
Date: Wed Mar 06 2002 - 01:57:01 MET


Hi,

A portable way is to use TMath::ASinH and TMath::SinH

Cheers,
Philippe.

-----Original Message-----
From: owner-roottalk@pcroot.cern.ch
[mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of Jan Balewski
Sent: Tuesday, March 05, 2002 2:37 PM
To: roottalk@pcroot.cern.ch
Subject: [ROOT] asinh()


Hi,
could you tell me, why the following script is not working under root /
root4star?
It complains on 'asinh()' .
Is it possible to make it work without compilation ?
Thanks
Jan

----------------------
b4() {

  double a=4;
  double c=sinh(a);
  double d=asinh(a);
}



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:44 MET