### Description This RFC proposes - Update the [`constants/float64/eulergamma`](https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/constants/float64/eulergamma) to consistently use `EULERGAMMA` var name throughout the package. ```javascript var EULERGAMMA = require( '@stdlib/constants/float64/eulergamma' ); ``` ### Related Issues Related issues # , # , and # . ### 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:`.