Skip to content

Add temporal log functions#644

Merged
mschoema merged 3 commits intoMobilityDB:masterfrom
estebanzimanyi:log
Jan 6, 2025
Merged

Add temporal log functions#644
mschoema merged 3 commits intoMobilityDB:masterfrom
estebanzimanyi:log

Conversation

@estebanzimanyi
Copy link
Copy Markdown
Member

No description provided.

@mschoema
Copy link
Copy Markdown
Member

mschoema commented Jan 2, 2025

Looks good. Did you also want to add the exp function or will that be another PR?

@estebanzimanyi
Copy link
Copy Markdown
Member Author

Looks good. Did you also want to add the exp function or will that be another PR?

I have added the function. Many thanks for the suggestion.

Copy link
Copy Markdown
Member

@mschoema mschoema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd just remove the log functions from meos.h, but the rest is good.

Comment on lines +384 to +385
extern double pg_ln(double arg1);
extern double pg_log10(double arg1);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't put this into meos.h

@mschoema mschoema merged commit 1b7c954 into MobilityDB:master Jan 6, 2025
@mschoema mschoema deleted the log branch January 6, 2025 22:51
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.

2 participants