dina-agi
Version:
DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.
14 lines (13 loc) • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ifftDocs = void 0;
const ifftDocs = exports.ifftDocs = {
name: 'ifft',
category: 'Matrix',
syntax: ['ifft(x)'],
description: 'Calculate N-dimensional inverse Fourier transform',
examples: ['ifft([[2, 2], [0, 0]])'],
seealso: ['fft']
};