Fortran SFF API to data I/O streams in C++

◆ maketanf()

float fapidxx::maketanf ( const libtime::TAbsoluteTime &  time)

create the tanf value

Definition at line 118 of file helper.cc.

Referenced by sff_rtrace__(), sff_rtracefi__(), and sff_rtracei__().

119  {
120  libtime::TAbsoluteTime theday(time.year(), time.month(), time.day());
121  libtime::TRelativeTime inday=time-theday;
122  return(float(libtime::time2double(inday)));
123  } // float maketanf(const libtime::TAbsoluteTime& time)
Here is the caller graph for this function: