simple-squiggle/node_modules/mathjs/lib/cjs/expression/embeddedDocs/function/trigonometry/sinh.js

15 lines
340 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.sinhDocs = void 0;
var sinhDocs = {
name: 'sinh',
category: 'Trigonometry',
syntax: ['sinh(x)'],
description: 'Compute the hyperbolic sine of x in radians.',
examples: ['sinh(0.5)'],
seealso: ['cosh', 'tanh']
};
exports.sinhDocs = sinhDocs;