Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnet-websharper/mathjs
Math.js for WebSharper
https://github.com/dotnet-websharper/mathjs
Last synced: 7 days ago
JSON representation
Math.js for WebSharper
- Host: GitHub
- URL: https://github.com/dotnet-websharper/mathjs
- Owner: dotnet-websharper
- License: apache-2.0
- Created: 2017-06-09T16:11:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T10:50:18.000Z (3 months ago)
- Last Synced: 2024-08-16T12:08:21.253Z (3 months ago)
- Language: F#
- Size: 796 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebSharper.MathJs
~~Now the MathJS Extension is a part of the [WebSharper core repository](https://github.com/dotnet-websharper/core).~~
Update: As of Nov 9, 2023, this repo is un-archived and will soon contain the updated, npm-based MathJs bindings for WebSharper.
The rationale for moving the MathJs bindings out of the [core](https://github.com/dotnet-websharper/core) repository and back into its own, is that WebSharper 7 is now able to extend type-driven translation via modular, ESM-based bindings. This means that for the MathJs use cases, high-precision values (`decimal`, etc.) can be used in RPCs and other server-client data exchanges by adding `WebSharper.MathJs` as a dependency, and otherwise the compiler will warn on usage, as expected.