Actions
Feature #14116
closedAdd Matrix #exponentiate method as Matlab's exp
Feature #14116:
Add Matrix #exponentiate method as Matlab's exp
Description
Add exponentiate method which results in returning a new matrix with each element being an exponent of the number e.
Here is PR for that: https://github.com/ruby/ruby/pull/1762
Actions