?? ??
?? ?? ??? ??? ???? ??? ? ??? ??? ?? ?? ??? ?????.
???? ??? ??? ??? ?? ?? ????? ??? ?????.
?? ?? ??? ???? +, -, /, *, abs, ceil, cos, exp, Floor, log, log10, max, min, pi, pow, rand, round, sin, sqrt, srans ? tan.
?? ?? "??"? ???? ??? ?? ?? ?? ???? ?? ???? ??? ??? ??? ?????.
?? ???: PHP? eval() ??? ???? ??? PHP??? ?? ??? ?? ??? ?? ????. PHP?? ?? ??? ???? ?? ? ?????? ??? ? PHP?? ?? ??? ???? ??? ??? ??? ???? ???. ?? ??? ???? ??? ????? ???? ?? ????? ??? ???. ??.
?:
{* $height=4, $width=5 *}
{?? ???="x + y" x=$height y=$width}
??:
9
{* $row_height = 10, $row_width = 20, #col_div# = 2, ???? ??? *}
{math ???="?? * ?? / ???"
??=$row_height
??=$row_width
Division=#col_div#}
??:
100
{* ??? ??? ? ???? *}
{?? ???="(( x + y ) / z )" x=2 y=10 z=2}
??:
6
{* sprintf ???? ?? ????? ??? ? ???? *}
{math ???="x + y" x=4.4444 y=5.0000 format="%.2f"}
?? :
9.44