File: numerics.tmpl

package info (click to toggle)
libhtml-template-pro-perl 0.9524-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,512 kB
  • sloc: ansic: 1,841; perl: 1,474; yacc: 404; pascal: 118; makefile: 6
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))">