Skip to content

Commit

Permalink
Wolfram_Comparison 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fobos123deimos committed Jul 30, 2024
1 parent 3afa523 commit adf9e86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This package is an innovative project that delves into the complexities of quant


- **Highly Efficient**: The package uses numba's Just-in-Time (JIT) compilation in all its functions, increasing execution speed.
- **Highly Accurate**: The functions in this package have high precision similar to tools like Wolfram Mathematica.
- **Highly Accurate**: As funções neste pacote têm precisão próxima à precisão do Wolfram Mathematica e do MATLAB.
- **Past response cache**: The functions in this package can use decorators of the Least Recently Used (LRU) type called lru_cache from the Python functools library to store previous results avoiding recalculation.


Expand Down
7 changes: 7 additions & 0 deletions exemples/Wolfram_Mathematica_Comparison/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Observation

To reproduce the tests it is necessary to install the **Fast Wave** library in the **Python** environment associated with **Wolfram Mathematica** using the command:

```bash
pip install fast-wave
```

0 comments on commit adf9e86

Please sign in to comment.