diff --git a/README.md b/README.md index 61fd3fe..36ec85f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/exemples/Wolfram_Mathematica_Comparison/README.md b/exemples/Wolfram_Mathematica_Comparison/README.md new file mode 100644 index 0000000..e64e9df --- /dev/null +++ b/exemples/Wolfram_Mathematica_Comparison/README.md @@ -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 +``` \ No newline at end of file