source: distools/private/invsig.m @ 13

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