Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
b5e633e3
Commit
b5e633e3
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2005-03-06 13:53:39 by afrisch] Doc
Original author: afrisch Date: 2005-03-06 13:53:39+00:00
parent
efbdec79
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/manual/expressions.xml
View file @
b5e633e3
...
...
@@ -372,6 +372,14 @@ and <code>mod</code> produce a warning at compile type if
the type of there second argument include the integer
<code>
0
</code>
.
</p>
<p>
The type
<code>
Float
</code>
represents floating point numbers.
An operator
<code>
float_of: String -> Float
</code>
is provided
to create values of this type. Currently, no other operator
are provided for this type (but you can use OCaml functions
to work on floats).
</p>
</box>
<box
title=
"Generic comparisons, if-then-else"
link=
"comp"
>
...
...
@@ -712,7 +720,7 @@ See <local href="namespaces"/> for more details.
</box>
<box
title=
"
Referenc
es"
link=
"
ref
"
>
<box
title=
"
Imperative featur
es"
link=
"
imp
"
>
<p>
The construction
<code>
ref %%T%% %%e%%
</code>
is used to build a
...
...
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