a type for real numbers
- From: manhal@xxxxxxxxxx
- Date: 17 Apr 2007 08:37:08 -0700
Hello everyone.
is there a Maple type for real numbers (i.e. non-complex numeric
values such as sqrt(2))?
i tried
type(sqrt(2), numeric);false
why "false", isn't sqrt(2) a numeric value?
type(sqrt(2), constant);true
ok, but this is true for all constants including complex values
type(I, constant);true
Thanks much for your help.
M. anhal
.
- Follow-Ups:
- Re: a type for real numbers
- From: Robert Israel
- Re: a type for real numbers
- Prev by Date: Re: An exact 1-D limit challenge - 34
- Next by Date: Re: How to solve this equation?
- Previous by thread: Re: An exact 1-D limit challenge - 34
- Next by thread: Re: a type for real numbers
- Index(es):