sinh.js (211B)
1 export var sinhDocs = { 2 name: 'sinh', 3 category: 'Trigonometry', 4 syntax: ['sinh(x)'], 5 description: 'Compute the hyperbolic sine of x in radians.', 6 examples: ['sinh(0.5)'], 7 seealso: ['cosh', 'tanh'] 8 };
simple-squiggleA restricted subset of Squiggle | |
| Log | Files | Refs | README |