[RFC]: add `add math/base/special/cceilnf`
Open
- 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
Assessment
This issue has not been assessed yet.