source: distools/private/invsig.m @ 156

Last change on this file since 156 was 13, checked in by bduin, 14 years ago
File size: 71 bytes
Line 
1%
2function a = invsig(a)
3a = log(a+realmin) - log(1-a+realmin);
4return
Note: See TracBrowser for help on using the repository browser.