Top
Back: mdouble
Forward: msum
FastBack: The help string of procedures
FastForward: Debugging tools
Up: template_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

3.9.6.2 mtripple

Procedure from library template.lib (see template_lib).

Usage:
mtripple(i); i int

Return:
int: $i+i+i$

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 (like

$\alpha, \beta$).
It also gives more control over the layout, but is, admittingly, more cumbersome to write.

See also:

Example:
 
LIB "template.lib";
mtripple(0);
==> 0
mtripple(-1);
==> -3


Top Back: mdouble Forward: msum FastBack: The help string of procedures FastForward: Debugging tools Up: template_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-0-1, October 2005, generated by texi2html.