[RFC]: add `add math/base/special/cceilnf`
未关闭
- 主要语言
- JavaScript
- 星标
- 6k
- 派生
- 1.3k
- 平均合并
- 1 天 3 小时
- 30 天内合并 PR
- 611
描述
### 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:`.
贡献指南
调研方向
首先阅读所引用的 cceilf 和 ceilf 实现,以了解相应的行为和命名。添加具有指定签名的单精度 cceiln 函数,并确认其行为与这些参考实现一致。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- c, javascript
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100