source: MML/trunk/machine/SOLEIL/common/naff/naffutils/touscheklifetime/Cxi.m

Last change on this file was 17, checked in by zhangj, 10 years ago

To have a stable version on the server.

  • Property svn:executable set to *
File size: 142 bytes
Line 
1function y = Cxi(t)
2 y = -3/2*exp(-t)+ ...
3    t/2.*quad('log(u)./u.*exp(-u)',t,10) + ...
4    0.5*(3*t-t.*log(t)+2).*quad('exp(-u)./u',t,10);
Note: See TracBrowser for help on using the repository browser.