Closed alexandreLamarre closed 3 years ago
As a developer, I want to be able to access all elementary functions at any time. These include sin, cos, log, etc...
sin
cos
log
Implement a perl subroutine that returns all available elementary functions such as sin, cos, log, etc... as an array of strings.
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.