whoisclebs / cmath.js

mathjs implementation with c++ addons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The javascript is not that good but math by default. Because of that we have libs for maths, but to what extent are these libs viable? The cmath.js proposal is precisely to create a viable lib that does not lose performance. Thinking about the trust we seek, our addons and our first POC with c++.

Features

  • Open-source

Usage

Install cmath.js using npm:

   npm install cmathjs

License

Copyright (C) 2022 Clebson Augusto clebson.augusto@dcx.ufpb.br

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

mathjs implementation with c++ addons

License:Apache License 2.0


Languages

Language:TypeScript 100.0%