[gnomeweb-wml] Gnumeric: start adding stat functions too.



commit 9eb7dee4cbf843e765331d0e172190425abf3706
Author: Morten Welinder <terra gnome org>
Date:   Tue Jun 16 16:34:15 2009 -0400

    Gnumeric: start adding stat functions too.

 projects.gnome.org/gnumeric/func-doc.shtml |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/func-doc.shtml b/projects.gnome.org/gnumeric/func-doc.shtml
index 4acd590..09f5d02 100644
--- a/projects.gnome.org/gnumeric/func-doc.shtml
+++ b/projects.gnome.org/gnumeric/func-doc.shtml
@@ -1,6 +1,13 @@
-<!--#set var="title" value="Gnumeric Web Documentation" --><!--#set var="rootdir" value="." --><!--#include virtual="header-begin.shtml" --><link rel="stylesheet" href="style/index.css" type="text/css"/><!--#include virtual="header-end.shtml" --><!--set var="wolfram" value="none" --><!--set var="wiki" value="none" --><--
---><!--#if expr="$QUERY_STRING_UNESCAPED = 'cos'" --><!--set var="wolfram" value="Cosine.html" --><!--set var="wiki_lang" value="en" --><!--set var="wiki" value="Trigonometric_functions" --><!--#endif
+<!--#set var="title" value="Gnumeric Web Documentation" --><!--#set var="rootdir" value="." --><!--#include virtual="header-begin.shtml" --><link rel="stylesheet" href="style/index.css" type="text/css"/><!--#include virtual="header-end.shtml" --><!--set var="wolfram" value="none" --><!--set var="wiki" value="none" --><!--
 
---><!--#if expr="$QUERY_STRING_UNESCAPED = 'sin'" --><!--set var="wolfram" value="Sine.html" --><!--set var="wiki_lang" value="en" --><!--set var="wiki" value="Trigonometric_functions" --><!--#endif
+--><!--#if expr="${QUERY_STRING_UNESCAPED} = cos" --><!--set var="wolfram" value="Cosine.html" --><!--set var="wiki_lang" value="en" --><!--set var="wiki" value="Trigonometric_functions" --><!--#endif
 
---><ul><!--#if expr="$wolfram != 'none'"--><li><a href="http://mathworld.wolfram.com/<!--#echo var="wolfram" -->">Wolfram Mathworld entry</a>.</li><!--#endif--><!--#if expr="$wiki != 'none'"--><li><a href="http://<!--#echo var="wiki_lang" -->.wikipedia.org/wiki/<!--#echo var="wiki" -->">Wikipedia entry</a>.</li><!--#endif--><li><a href="http://www.google.com/#q=<!--#echo var="QUERY_STRING_UNESCAPED" -->">Google Search</a>.</li></ul><!--#include virtual="footer.shtml" -->
+--><!--#if expr="${QUERY_STRING_UNESCAPED} = gd" --><!--set var="wolfram" value="Gudermannian.html" --><!--set var="wiki_lang" value="en" --><!--set var="wiki" value="Gudermannian_function" --><!--#endif
+
+--><!--#if expr="${QUERY_STRING_UNESCAPED} = sin" --><!--set var="wolfram" value="Sine.html" --><!--set var="wiki_lang" value="en" --><!--set var="wiki" value="Trigonometric_functions" --><!--#endif
+
+--><!--#if expr="${QUERY_STRING_UNESCAPED} = median" --><!--set var="wiki_lang" value="en" --><!--set var="wiki" value="Median" --><!--set var="wolfram" value="StatisticalMedian.html" --><!--#endif
+
+--><!--#if expr="${QUERY_STRING_UNESCAPED} = mode" --><!--set var="wiki_lang" value="en" --><!--set var="wiki" value="Mode_(statistics)" --><!--set var="wolfram" value="Mode.html" --><!--#endif
+
+--><ul><!--#if expr="${wolfram} != none"--><li><a href="http://mathworld.wolfram.com/<!--#echo var="wolfram" -->">Wolfram Mathworld entry</a>.</li><!--#endif--><!--#if expr="${wiki} != none"--><li><a href="http://<!--#echo var="wiki_lang" -->.wikipedia.org/wiki/<!--#echo var="wiki" -->">Wikipedia entry</a>.</li><!--#endif--><li><a href="http://www.google.com/#q=<!--#echo var="QUERY_STRING_UNESCAPED" -->">Google Search</a>.</li></ul><!--#include virtual="footer.shtml" -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]