acot.js (367B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.acotDocs = void 0; 7 var acotDocs = { 8 name: 'acot', 9 category: 'Trigonometry', 10 syntax: ['acot(x)'], 11 description: 'Calculate the inverse cotangent of a value.', 12 examples: ['acot(0.5)', 'acot(cot(0.5))', 'acot(2)'], 13 seealso: ['cot', 'atan'] 14 }; 15 exports.acotDocs = acotDocs;