From 5c3d86c5d6dde9c6404da4134f27e2665369e08a Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Thu, 8 Aug 2024 17:30:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47de714..e3c45d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BFloat16s.jl -[![Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://github.com/JuliaMath/BFloat16s.jl/stable/) [![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://github.com/JuliaMath/BFloat16s.jl/dev/) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) +(https://img.shields.io/badge/docs-dev-blue.svg)](https://github.com/JuliaMath/BFloat16s.jl/dev/) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) This package defines the [BFloat16 data type](https://en.wikipedia.org/wiki/Bfloat16_floating-point_format), a floating-point format with 1 sign bit, 8 exponent bits and 7 mantissa bits.