diff --git a/lib/node_modules/@stdlib/constants/float16/exponent-bias/README.md b/lib/node_modules/@stdlib/constants/float16/exponent-bias/README.md index 4daf98f6375f..5386e8965081 100644 --- a/lib/node_modules/@stdlib/constants/float16/exponent-bias/README.md +++ b/lib/node_modules/@stdlib/constants/float16/exponent-bias/README.md @@ -18,7 +18,7 @@ limitations under the License. --> -# Bias +# FLOAT16_EXPONENT_BIAS > The bias of a [half-precision floating-point number's][half-precision-floating-point-format] exponent. @@ -62,6 +62,60 @@ console.log( FLOAT16_EXPONENT_BIAS ); + + +* * * + +
+ +## C APIs + + + +
+ +
+ + + + + +
+ +### Usage + +```c +#include "stdlib/constants/float16/exponent_bias.h" +``` + +#### STDLIB_CONSTANT_FLOAT16_EXPONENT_BIAS + +Macro for the bias of a [half-precision floating-point number's][half-precision-floating-point-format] exponent. + +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + +
+ + +