Skip to content

Commit 6d70f68

Browse files
authored
Sync filter constants: mention scientific notation for float (#801)
1 parent ad9d50c commit 6d70f68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎reference/filter/constants.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 3d4ee5f40afbfe44db4f1b13a22a6a38d4b40c7b Maintainer: PhilDaiguille Status: ready -->
2+
<!-- EN-Revision: 1c5ff30e9ae64bd4fd7ebbd0cccfb1e642e1b02c Maintainer: PhilDaiguille Status: ready -->
33
<!-- Reviewed: yes Maintainer: Marqitos -->
44
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
55
<appendix xml:id="filter.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -283,14 +283,14 @@
283283
<listitem>
284284
<simpara>
285285
Devuelve &true; para <literal>"1"</literal>,
286-
<literal>1</literal> incluyendo notaciones binarias, octales y hexadecimales, <literal>1.0</literal>,
286+
<literal>1</literal> incluyendo notaciones binarias, octales y hexadecimales, <literal>1.0</literal> incluyendo notación científica,
287287
<literal>"true"</literal>, <literal>true</literal>,
288288
<literal>"on"</literal>,
289289
y <literal>"yes"</literal>.
290290
</simpara>
291291
<simpara>
292292
Devuelve &false; para <literal>"0"</literal>,
293-
<literal>0</literal> incluyendo notaciones binarias, octales y hexadecimales, <literal>0.0</literal>,
293+
<literal>0</literal> incluyendo notaciones binarias, octales y hexadecimales, <literal>0.0</literal> incluyendo notación científica,
294294
<literal>"false"</literal>, <literal>false</literal>,
295295
<literal>"off"</literal>,
296296
<literal>"no"</literal>, y

0 commit comments

Comments
 (0)