Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Natural Logarithm #1558

Closed
Far0n opened this issue Jan 15, 2019 · 0 comments · Fixed by #1566
Closed

Natural Logarithm #1558

Far0n opened this issue Jan 15, 2019 · 0 comments · Fixed by #1566
Assignees
Milestone

Comments

@Far0n
Copy link

Far0n commented Jan 15, 2019

It would be nice to have the equivalent of np.log().

st-pasha added a commit that referenced this issue Jan 17, 2019
Add functions `dt.log()` and `dt.log10()`. For example:
```
>>> import datatable as dt
>>> X = dt.Frame([1, 2, 3])
>>> X[:, dt.log(dt.f[0])]
           C0
---  --------
 0   0       
 1   0.693147
 2   1.09861 

[3 rows x 1 column]
```

Closes #1558
@st-pasha st-pasha added this to the Release 0.8.0 milestone Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants