[RFC]: add C implementation for `math/base/special/minmaxabs`
- Lenguaje dominante
- JavaScript
- Estrellas
- 6k
- Forks
- 1.3k
- Merge medio
- 1 d 3 h
- PR fusionados (30 d)
- 611
Descripción
### Description
This RFC proposes adding C implementation for [`math/base/special/minmaxabs`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minmaxabs).
```C
void stdlib_base_minmaxabs( const double x, const double y, double* minabs, double* maxabs )
```
### 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:`.
Guía de contribución
Línea de trabajo
Start by reading the existing math/base/special/minmaxabs implementation and the related issue #649 to understand the proposed C API. Add the C implementation matching the stdlib_base_minmaxabs signature and verify that it is integrated with the package's existing implementation.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- c
- Área
- tooling
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100