- From: oka <oka@bpe.es.osaka-u.ac.jp>
- Date: Thu, 15 Sep 2011 15:38:00 +0900
- To: www-talk@w3.org
- Cc: 岡 秀樹 <oka@bpe.es.osaka-u.ac.jp>
Dear Mathml users,
function definition
Which definition is better and in what case
they are used ? Is there any guideline ?
function f(x)
case1
<m:apply>
<m:ci>f</m:ci>
<m:ci>x</m:ci>
</m:apply>
case2
<m:apply>
<m:ci type="function">f</m:ci>
<m:ci>x</m:ci>
</m:apply>
case3
<m:apply>
<m:csymbol>f</m:csymbol>
<m:ci>x</m:ci>
</m:apply>
Best regardes,
Oka
--
oka <oka@bpe.es.osaka-u.ac.jp>
Received on Thursday, 15 September 2011 07:26:41 UTC