問題タブ [mathjs]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
102 参照

javascript - mathjs の要求

atan2() のプロジェクトに mathjs ライブラリを含めようとしています。npm install @types/mathjs を使用してインストールしたフォルダーを含めようとすると、var Math = require('mathjs/main/es5/index');移動されたというエラーがスローされ、代わりに mathjs または mathjs/lib/cjs/index.js を含める必要があります。ただし、これもうまくいきません。では、mathjs ライブラリを含めるにはどうすればよいでしょうか。

ファイル「mathjs/main/es5/index.js」は、mathjs@8.0.0 以降に移動されました。代わりに「mathjs」または「mathjs/lib/cjs/index.js」を読み込んでください。