At 15:09 17/05/2003 +0200, you wrote:
I have problems using the hyperbolic functions sinh and cosh (MetaFun manual page 204) in metapost. A simple call of sinh (with valid parameter)
ct:= sinh(3) ;
in mp-tool.mp, change: vardef sinh primary x = save xx ; xx = exp x ; (xx-1/xx)/2 enddef ; vardef cosh primary x = save xx ; xx = exp x ; (xx+1/xx)/2 enddef ; ^^^ (you need to run "texexec --make metafun") Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------