Skip to content

Print binary values of floats #5322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 7, 2020
9 changes: 5 additions & 4 deletions doc/cprover-manual/cbmc-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,11 @@ possible output format.
```

The specification of the XML trace output can be found here: [XML
Specification](https://raw.githubusercontent.com/diffblue/cbmc/develop/doc/assets/xml_spec.tex)
and can be build by `pdflatex -shell-escape xml_spec.tex`. Alternatively, you
view it in Markdown [here](../../../assets/xml_spec).
Specification](../assets/xml_spec.tex)
and can be built by `pdflatex -shell-escape xml_spec.tex`. See the [README
](../assets/README.md#xml_spec.tex) for details.

Alternatively, you can view it in [Markdown](../assets/xml_spec.md).

### Verifying Modules

Expand Down Expand Up @@ -348,4 +350,3 @@ comes with a small set of definitions, which includes functions such as

We also have a [list of interesting applications of
CBMC](http://www.cprover.org/cbmc/applications/).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't there be a newline here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was auto-removed on save, because there are two new lines at the end of the file