|  |  3.8.7.2 mtriple Procedure from librarytemplate.lib(see  template_lib).
 
See also:Usage:
mtriple(i);iint
Return:
int: 
 
Note:
Help is in pure Texinfo.
This help string is written in texinfo, which enables you to use,
among others, the @math command for mathematical typesetting
(for instance, to print
  ). Texinfo also gives more control over the layout, but is, admittingly,
more cumbersome to write.
 
Example:
 |  | LIB "template.lib";
mtriple(0);
==> 0
mtriple(-1);
==> -3
 | 
 
 |