double factorial

This commit is contained in:
serso
2011-12-16 00:39:24 +04:00
parent 69a25604a3
commit 7bb5c02d6c
9 changed files with 11 additions and 6 deletions

View File

@@ -184,6 +184,7 @@
<string name="c_op_description_integral_ab">Integrates function \'f(x)\' by \'x\' variable from \'a\' to \'b\'.</string>
<string name="c_pf_description_factorial">Gives the factorial of the expression before.</string>
<string name="c_pf_description_double_factorial">Gives the double factorial of the expression before.</string>
<string name="c_pf_description_percent" formatted="false">Gives the percent value of the expression
before.\nExamples:\n
100 + 50% = 150\n