<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 09 Jul 2014, at 10:39, Hans Hagen <<a href="mailto:pragma@wxs.nl">pragma@wxs.nl</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 7/9/2014 8:20 AM, Dirk Laurie wrote:<br><font color="#007316">[…]</font><br><blockquote type="cite">If any LuaTeX user can give good reasons why the hyperbolic<br>functions should stay, now is the time to air them on the<br>Lua mailing list (<a href="http://lua.org">http://lua.org</a>).<br></blockquote><br>If really needed we can always add the more extensive math library (and the depricated functions can be written in Lua; in a TeX run one doesn't need extreme math performance anyway). The only reason I can think of to keep them is that users expect them (any decent calculator has them) and keeping them has neglectable overhead.  Getting rid of the power ones makes sense.<br></blockquote><div><br></div><div>In my opinion it is a good idea to keep the hyperbolic functions, as one may use them in some situations where one creates matrices with random coefficients, but one wants them to satisfy certain properties. Think of something like</div><div>$$\pamtrix{ \cosh(a) & \sinh(a) \cr \sinh(a) & \cosh(a) \cr} $$</div><div>where $a$ is number calculated by LuaTeX.</div><div><br></div><div>The same remark applies to MetaPost where one may need to draw a curve which involves such functions.</div><div>I don’t know how much work it takes to keep such functions, or the power function $a^b$ (which is $\exp(b*\log(a))$), but if this is not a big deal for you, it would be nice to keep them all.</div><div><br></div><div>Best regards: OK</div></div></body></html>