dicom-microscopy-viewer-changed
Version:
Interactive web-based viewer for DICOM Microscopy Images
15 lines (14 loc) • 496 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.catalanDocs = void 0;
var catalanDocs = {
name: 'catalan',
category: 'Combinatorics',
syntax: ['catalan(n)'],
description: 'The Catalan Numbers enumerate combinatorial structures of many different types. catalan only takes integer arguments. The following condition must be enforced: n >= 0.',
examples: ['catalan(3)', 'catalan(8)'],
seealso: ['bellNumbers']
};
exports.catalanDocs = catalanDocs;