alexandreLamarre / AItegral-model

Repository for all code related to training a model that computes symbolic integrals.
Apache License 2.0
1 stars 1 forks source link

Symbolic operators #1

Closed alexandreLamarre closed 3 years ago

alexandreLamarre commented 3 years ago

User Story

As a developper, I want to have access at any time to all symbolic logic operators such as + , -, * and /.

Acceptance Criteria

Implement a perl subroutine to return all available symbolic operators + , -, * and / .