Merge pull request #93 from sepandhaghighi/random_equation_gen

Random mode modification
pull/95/head
Sadra Sabouri 2022-01-25 19:52:09 +03:30 zatwierdzone przez GitHub
commit b2b06b27f4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
### Added ### Added
- `demo.ipynb` notebook - Demo notebook
### Changed ### Changed
- Random mode modified
- `README.md` updated - `README.md` updated
## [0.4] - 2022-01-13 ## [0.4] - 2022-01-13
### Added ### Added

Wyświetl plik

@ -55,6 +55,8 @@ class Projection(Enum):
ELEMENTS_LIST = [ ELEMENTS_LIST = [
"{0}*math.sqrt(abs({1}))",
"{0}*math.log(abs({1})+1)",
"{0}*math.cos({1})", "{0}*math.cos({1})",
"{0}*math.sin({1})", "{0}*math.sin({1})",
"{0}*{1}", "{0}*{1}",