add modulus symbol, multmod

This commit is contained in:
Guilherme Brondani Torri 2014-12-03 18:25:50 +01:00 committed by rlar
parent 3cdf9711df
commit 9d89944156
1 changed files with 3 additions and 0 deletions

View File

@ -1051,6 +1051,9 @@ inline double _d1_pow(double x,double y) { return (x==0.0)?0.0:((log(x)/exp(0.
<admst:when test="[name='equ']">
<admst:return name="bname" value="=="/>
</admst:when>
<admst:when test="[name='multmod']">
<admst:return name="bname" value="%%"/>
</admst:when>
<admst:when test="[name='notequ']">
<admst:return name="bname" value="!="/>
</admst:when>