Skip to content

Conversation

@performant23
Copy link
Contributor

@performant23 performant23 commented Mar 17, 2024

In some places, the type declarations are inconsistent according to the function prototype. This commit aims to fix those

Description

What is the purpose of this pull request?
Fix variable type declarations in the namespace

Related Issues

Does this pull request have any related issues?
N/A

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

In some places, the type declarations are inconsistent according to the function prototype
@stdlib-bot stdlib-bot added the Math Issue or pull request specific to math functionality. label Mar 17, 2024
@performant23
Copy link
Contributor Author

Hi, I was just checking out the packages where int32_t and uint32_t are used for my implementation fast/uint32-log2. So, just noticed there were some inconsistencies in the type declarations so thought to just open up a quick fix PR!

@Pranavchiku Pranavchiku added C Issue involves or relates to C. Ready To Merge A pull request which is ready to be merged. labels Mar 17, 2024
Copy link
Member

@Pranavchiku Pranavchiku left a comment

Choose a reason for hiding this comment

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

Thanks for catching this!

@Planeshifter Planeshifter merged commit fb6fb04 into stdlib-js:develop Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C Issue involves or relates to C. Math Issue or pull request specific to math functionality. Ready To Merge A pull request which is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants