section e of routines in hex.i

yorick banner

Home

Manual

Packages

Global Index

Keywords

Quick Reference

functions in hex.i - e

 
 
 
expm1


             expm1(x)  
          or expm1(x, yp)  
 
     return exp(x)-1 if abs(x)>1.e-4, otherwise x  
     in the second form, returns exp(x) to the second argument  

builtin function, documented at i0/hex.i   line 505  
SEE ALSO: exp