next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Macaulay2Doc :: isReal

isReal -- whether a number is real

Synopsis

Description

i1 : isReal 2.

o1 = true
i2 : isReal sqrt(-1)

o2 = false

Ways to use isReal :

For the programmer

The object isReal is a method function.