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

Implement the logarithms functions #1566

Merged
merged 2 commits into from Jan 17, 2019
Merged

Implement the logarithms functions #1566

merged 2 commits into from Jan 17, 2019

Conversation

st-pasha
Copy link
Contributor

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 merged commit da3b827 into master Jan 17, 2019
@st-pasha st-pasha deleted the ln branch January 17, 2019 09:15
@st-pasha st-pasha added this to the Release 0.8.0 milestone Jan 28, 2020
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 this pull request may close these issues.

Natural Logarithm
2 participants