You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2022/12/23 09:21:06 UTC

[GitHub] [age] Pratikkapsime opened a new pull request, #409: Changed age_cos, age_tan and age_cot to Immutable from Stable

Pratikkapsime opened a new pull request, #409:
URL: https://github.com/apache/age/pull/409

   Changed age_cos, age_tan, and age_cot to IMMUTABLE from STABLE. The following are the reasons for modification:-
    1. As these functions only depend on their argument, it doesn't modify the database.
    2. Guaranteed to give the same result for the same argument values.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] Pratikkapsime commented on pull request #409: Changed Volatility of age_cos, age_tan and age_cot from STABLE to IMMUTABLE as they give same result for the same argument values.

Posted by GitBox <gi...@apache.org>.
Pratikkapsime commented on PR #409:
URL: https://github.com/apache/age/pull/409#issuecomment-1364718369

   @jrgemignani  I have updated. Please let me know if you want more changes. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] JoshInnis merged pull request #409: Changed Volatility of age_cos, age_tan and age_cot from STABLE to IMMUTABLE as they give same result for the same argument values.

Posted by GitBox <gi...@apache.org>.
JoshInnis merged PR #409:
URL: https://github.com/apache/age/pull/409


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] jrgemignani commented on pull request #409: Changed age_cos, age_tan and age_cot to Immutable from Stable

Posted by GitBox <gi...@apache.org>.
jrgemignani commented on PR #409:
URL: https://github.com/apache/age/pull/409#issuecomment-1364193728

   @Pratikkapsime Please fix your commit log entry for the PR to be descriptive of the change. Once this is corrected, let us know so that we can review the PR for merging.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org