Gunj Joshi

Results 22 issues of Gunj Joshi

## Description > What is the purpose of this pull request? This pull request: - updates existing JavaScript implementation to follow FreeBSD version 12.2.0. - adds a corresponding test. ##...

Math

### Description This RFC proposes adding C implementation for [`math/base/special/binomcoef`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/binomcoef). ```C double stdlib_base_binomcoef( const double n, const double k ); ``` ### Related Issues Related issues #649. ### Questions No....

RFC
Feature
Math
Accepted
C

### Description This RFC proposes adding `math/base/special/asinhf`, which would be the single-precision equivalent for [`math/base/special/asinh`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asinh). ```c float stdlib_base_asinhf( const float x ) ``` ### Related Issues None. ### Questions No....

RFC
Math
Native Addons
Accepted
priority: Normal
JavaScript
C
difficulty: 2

### Description This RFC proposes adding C implementation for [`number/uint32/base/to-int32`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/uint32/base/to-int32). This is a pre-requisite for the C implementation of [`stdlib/math/base/special/pow`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/pow). ### Related Issues Related issues #649. ### Questions No. ###...

RFC
Needs Discussion

### Description This RFC proposes updating the C implementation for [`math/base/special/atanh`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atanh), according to the [FreeBSD](https://svnweb.freebsd.org/base/release/12.2.0/lib/msun/src/e_atanh.c?revision=367086&view=markup&pathrev=373311) implementation. We need to convert the floating-point value to a word and then perform integer...

RFC
difficulty: 3
Math
Accepted
priority: Normal
C

The following features were added: - Admin, guest and user accesses : To set someone as admin, set the `isAdmin` field in the firestore DB to `true` in the `users`...

### Description This RFC proposes adding `math/base/special/fmod`, which would follow this reference implementation: https://github.com/JuliaMath/openlibm/blob/master/src/e_fmod.c This would enable us to have a function that works the same way as the modulus...

RFC
Feature
difficulty: 3
Math
Accepted
priority: Normal
JavaScript
C

## Description > What is the purpose of this pull request? This pull request: - adds `math/base/special/atandf`, which would be the single-precision equivalent for [`math/base/special/atand`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atand). ```c float stdlib_base_atandf( const float...

Math

## Description > What is the purpose of this pull request? This pull request: - adds `constants/float32/max-safe-nth-fibonacci`, which would be the single-precision equivalent for [`constants/float64/max-safe-nth-fibonacci`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/max-safe-nth-factorial). ## Related Issues > Does...

## Description > What is the purpose of this pull request? This pull request: - adds `math/base/special/minabsf`, which would be the single-precision variant for [`math/base/special/minabs`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/minabs). ```c float stdlib_base_minabsf( const float...

Math