[RFC]: add `add math/base/special/cceilnf`
- 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
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