Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Integers and the Integer Constructor
Calling Sequence
Integer(x)
Parameters
x
-
expression
Description
An integer is an optionally signed, arbitrary-length sequence of one or more decimal digits. The maximum length of an integer is system dependent and can be obtained by using kernelopts(maxdigits).
The Integer(x) constructor function returns
x if x is a positive or negative integer,
symbolic infinity if x is infinity, or
undefined if x is a symbolic undefined.
Integer(Re(x)) + I * Integer(Im(x)) if x is of type nonreal.
Otherwise, it returns unevaluated.
The integer 0 does not have a sign (compare the floating-point zeros, +0.0 and -0.0).
In addition to arithmetic operators, some basic functions that operate on integers are:
abs
sign
min
max
factorial
irem
iquo
modp
mods
mod
isqrt
iroot
isprime
ifactor
ifactors
igcd
ilcm
igcdex
iratrecon
rand
There are also many other functions for integers in the numtheory and combinat packages (including binomial coefficients, Fibonacci numbers, Stirling numbers, Jacobi symbol, and Euler's totient function).
See Also
combinat, constant, infinity, numtheory, type, type[integer], type[numeric], undefined
Download Help Document