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

Recode cob_decimal_pow function - Fixe #924, #925, #989 - add tests case for power operator #182

Open
wants to merge 3 commits into
base: gcos4gnucobol-3.x
Choose a base branch
from

Conversation

denishug
Copy link

No description provided.

- Fixe #924, #925, #989
- add tests case for power operator
pd1->scale = 0;
return;

Compute_Power:
Copy link
Member

Choose a reason for hiding this comment

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

Il faut probablement rajouter { avant la déclaration de la variable locale, et le } quand elle n'est plus utilisée

Copy link
Author

Choose a reason for hiding this comment

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

Code modified and Changelog modified too

@engboris engboris requested review from engboris and removed request for engboris September 26, 2024 17:22
@engboris
Copy link
Contributor

Hello @denishug and thank you for your contribution.

It is usually requested that contributors add an entry to ChangeLog files when modifying the source code. Here, I believe libcob/ChangeLog must be modified. There is a strict formatting (number of spaces, difference between space and tab).

Example in our PR #191 (merged)

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.

3 participants