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

feat: add math/base/special/lcmf #3096

Open
wants to merge 75 commits into
base: develop
Choose a base branch
from

Conversation

Harsh-Mathur-1503
Copy link

@Harsh-Mathur-1503 Harsh-Mathur-1503 commented Nov 11, 2024

Resolves a part of #649.

Description

What is the purpose of this pull request?

This pull request:

Related Issues

Does this pull request have any related issues?

This pull request:

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.

Open to reviews.

Checklist

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


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added the Math Issue or pull request specific to math functionality. label Nov 11, 2024
@Harsh-Mathur-1503 Harsh-Mathur-1503 marked this pull request as ready for review November 11, 2024 11:23
@Harsh-Mathur-1503
Copy link
Author

@gunjjoshi I've worked on this package lcmf
Kindly review it

@Planeshifter Planeshifter self-requested a review November 11, 2024 14:05
@Planeshifter Planeshifter changed the title feat: add math/base/special/lcmf feat: add math/base/special/lcmf Nov 11, 2024
@Planeshifter Planeshifter added the Needs Review A pull request which needs code review. label Nov 11, 2024
@gunjjoshi gunjjoshi added Needs Changes Pull request which needs changes before being merged. and removed Needs Review A pull request which needs code review. labels Nov 11, 2024
@Harsh-Mathur-1503
Copy link
Author

@gunjjoshi I've done changes as requested by you
Kindly review it again for the same

Harsh-Mathur-1503 and others added 17 commits November 16, 2024 17:55
…nchmark.c

Co-authored-by: Gunj Joshi <[email protected]>
Signed-off-by: Harsh Mathur <[email protected]>
Signed-off-by: Harsh Mathur <[email protected]>
Signed-off-by: Harsh Mathur <[email protected]>
Signed-off-by: Harsh Mathur <[email protected]>
Signed-off-by: Harsh Mathur <[email protected]>
Signed-off-by: Harsh Mathur <[email protected]>
@stdlib-bot
Copy link
Contributor

Coverage Report

No coverage information available.

@Harsh-Mathur-1503
Copy link
Author

@gunjjoshi Resolved all issues mentioned by you.
Kindly review it ,if it's ready to be merged.

@kgryte
Copy link
Member

kgryte commented Nov 18, 2024

/stdlib merge

@Harsh-Mathur-1503
Copy link
Author

@kgryte is this ready to merge ?

Comment on lines +41 to +48
v = lcmf( NaN, 10.0 );
t.strictEqual( isnanf( v ), true, 'returns NaN' );

v = lcmf( 10.0, NaN );
t.strictEqual( isnanf( v ), true, 'returns NaN' );

v = lcmf( NaN, NaN );
t.strictEqual( isnanf( v ), true, 'returns NaN' );
Copy link
Member

Choose a reason for hiding this comment

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

Let's use:

returns exprected value

here and in functions below.

@kgryte
Copy link
Member

kgryte commented Nov 18, 2024

@Harsh-Mathur-1503 You'll need to address the various CI failures before this PR can be merged.

@gunjjoshi gunjjoshi mentioned this pull request Nov 18, 2024
1 task
Signed-off-by: Harsh Mathur <[email protected]>
@gunjjoshi
Copy link
Member

@Harsh-Mathur-1503 We now have the implementation of math/base/special/lcmf, which was done via #3098. So, we can close this PR now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. Needs Changes Pull request which needs changes before being merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants