Home Online Manual
Top
Back: eexgcdN
Forward: powerN
FastBack: atkins_lib
FastForward: hyperel_lib
Up: crypto_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.12.3.3 lcmN

Procedure from library crypto.lib (see crypto_lib).

Usage:
lcmN(a,b);

Return:
lcm(a,b);

Example:
 
LIB "crypto.lib";
lcmN(24,15);
==> 120