Skip to content

Commit 329ee7f

Browse files
authored
Update README
Update README.md.
1 parent 9e9f916 commit 329ee7f

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ can be found [here](https://www.youtube.com/watch?v=mK4WjpvLj4c).
4848
## Using Multiprecision
4949

5050
<p align="center">
51-
<a href="https://godbolt.org/z/hd95P3ovK" alt="godbolt">
51+
<a href="https://godbolt.org/z/cPeboe4Ge" alt="godbolt">
5252
<img src="https://img.shields.io/badge/try%20it%20on-godbolt-green" /></a>
5353
</p>
5454

@@ -62,7 +62,7 @@ where we also observe that Multiprecision can seamlesly interoperate with
6262

6363
```cpp
6464
// ------------------------------------------------------------------------------
65-
// Copyright Christopher Kormanyos 2024 - 2025.
65+
// Copyright Christopher Kormanyos 2024 - 2026.
6666
// Distributed under the Boost Software License,
6767
// Version 1.0. (See accompanying file LICENSE_1_0.txt
6868
// or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -107,6 +107,13 @@ auto main() -> int
107107
}
108108
```
109109

110+
The expected output is
111+
112+
```
113+
sqrt_pi : 1.772453850905516027298167483341145182797549456122387128213807789852911284591032181374950656738544665
114+
gamma_half: 1.772453850905516027298167483341145182797549456122387128213807789852911284591032181374950656738544666
115+
```
116+
110117
## Standalone
111118

112119
Defining `BOOST_MP_STANDALONE` allows `Boost.Multiprecision`

0 commit comments

Comments
 (0)