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

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

Initial import--MML version from SOLEIL@2013

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.