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

Elementary functions #2

Closed alexandreLamarre closed 3 years ago

alexandreLamarre commented 3 years ago

User Story

As a developer, I want to be able to access all elementary functions at any time. These include sin, cos, log, etc...

Acceptance Criteria

Implement a perl subroutine that returns all available elementary functions such as sin, cos, log, etc... as an array of strings.