User Tools

Site Tools


hyperbolic_functions_lbb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hyperbolic_functions_lbb [2018/04/10 20:20] – old revision restored richardrussellhyperbolic_functions_lbb [2024/01/05 00:22] (current) – external edit 127.0.0.1
Line 3: Line 3:
 Liberty BASIC doesn't include the [[https://en.wikipedia.org/wiki/Hyperbolic_function|hyperbolic trig functions]] (**sinh**, **cosh**, **tanh** etc.) as a built-in feature, but they can easily be synthesised as user-defined functions as follows: Liberty BASIC doesn't include the [[https://en.wikipedia.org/wiki/Hyperbolic_function|hyperbolic trig functions]] (**sinh**, **cosh**, **tanh** etc.) as a built-in feature, but they can easily be synthesised as user-defined functions as follows:
  
-<code>+<code lb>
 function sinh(x) function sinh(x)
     sinh = (exp(x) - exp(-x)) / 2     sinh = (exp(x) - exp(-x)) / 2
hyperbolic_functions_lbb.1523391658.txt.gz · Last modified: 2024/01/05 00:17 (external edit)