stdlib-js / stdlib-js/stdlib

[RFC]: add `add math/base/special/cceilnf`

Open
#5,419 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
6k
Forks
1.3k
Avg merge
1d 3h
Merged PRs (30d)
611

Description

### Description

This RFC proposes
To add
```C
stdlib_complex64_t stdlib_base_cceilnf( const stdlib_complex64_t z, const int32_t n )
```
Which is the single-precision version of `cceiln`
Reference:- `cceilf` , `ceilf`

### Related Issues

Related issues #649 .

### Questions

No.

### Other

No.

### Checklist

- [x] I have read and understood the [Code of Conduct](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
- [x] Searched for existing issues and pull requests.
- [x] The issue name begins with `RFC:`.

Contributor guide

Open the contributing guide

Research direction

Start by reading the referenced cceilf and ceilf implementations to understand the corresponding behavior and naming. Add the single-precision cceiln function with the specified signature, and confirm that its behavior matches those references.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, javascript
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.