File: numerics.tmpl

package info (click to toggle)
libhtml-template-pro-perl 0.9502-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,584 kB
  • ctags: 860
  • sloc: ansic: 1,814; perl: 1,442; yacc: 410; pascal: 118; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
INT: <tmpl_var expr="int(float)">
SQRT: <tmpl_var expr="sqrt(four)">
SQRT2: <tmpl_var expr="sqrt((four * 4))">
SUM: <tmpl_var expr="int(four + 10.1)">
SPRINTF: <tmpl_var expr="sprintf('%0.4f', (four + 10.1))">