Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:39

0001 #pragma once
0002 
0003 #include <vector>
0004 #include <string>
0005 #include "SYSRAP_API_EXPORT.hh"
0006 
0007 struct SYSRAP_API SMath 
0008 {
0009     static double cos_pi( double phi_pi ) ; 
0010     static double sin_pi( double phi_pi ) ; 
0011 
0012     static std::string Format( std::vector<std::pair<std::string, double>>& pairs, int l=15, int w=20, int p=10); 
0013 
0014 }; 
0015 
0016