Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
86
Issues
86
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
a2e998a1
Commit
a2e998a1
authored
Nov 08, 2017
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing references and clean/complete bibliography entries.
parent
5c64f692
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
188 deletions
+34
-188
doc/fix.hva
doc/fix.hva
+1
-0
doc/manual.bib
doc/manual.bib
+30
-185
doc/manual.tex
doc/manual.tex
+2
-2
doc/syntaxref.tex
doc/syntaxref.tex
+1
-1
No files found.
doc/fix.hva
View file @
a2e998a1
...
...
@@ -5,6 +5,7 @@
\newcommand{\vfill}{}
\newcommand{\hrulefill}{}
\newcommand{\null}{}
\newcommand{\path}[1]{\texttt{#1}}
\renewcommand{\framebox}[1]{#1}
\makeatletter
...
...
doc/manual.bib
View file @
a2e998a1
This diff is collapsed.
Click to expand it.
doc/manual.tex
View file @
a2e998a1
...
...
@@ -422,9 +422,9 @@ are the following.
% % the future. Examples are available in \texttt{examples/programs}. *)
% \end{itemize}
\bibliographystyle
{
abbrv
}
\bibliographystyle
{
abbrv
url
}
\bibliography
{
manual
}
%\
input{biblio-demon
s}
%\
bibliography{abbrevs,demons,demons2,demons3,team,crossref
s}
% \cleardoublepage
...
...
doc/syntaxref.tex
View file @
a2e998a1
...
...
@@ -242,7 +242,7 @@ This type is used in the standard library in the theories
A declaration of the form
\texttt
{
type f = < float
\textit
{
eb sb
}
>
}
defines a type of floating-point numbers as specified by the IEEE-754
standard~
\cite
{
ieee754
}
. Here the literal
\texttt
{
\textit
{
eb
}}
standard~
\cite
{
ieee754
-2008
}
. Here the literal
\texttt
{
\textit
{
eb
}}
represents the number of bits in the exponent and the literal
\texttt
{
\textit
{
sb
}}
the number of bits in the significand (including
the hidden bit). Note that in order to make such a declaration the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment