Post Reply 
Real Variable
03-21-2015, 09:18 AM
Post: #2
RE: Real Variable
(03-20-2015 07:01 PM)Powersoft Wrote:  Is it posible to declare a variable exclusive as a Real Variable as like in C

example : float c;

In Home and CAS, there is no need to declare a variable as real if you use one of the permanently built-in, non-purgeable variables A through Z and θ (Theta). By design, they can only contain reals.

In CAS only, assume(c, float) restricts 'c' to contain only reals. Note: you can also use DOM_FLOAT instead of float. They both mean "real".

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Real Variable - Powersoft - 03-20-2015, 07:01 PM
RE: Real Variable - Joe Horn - 03-21-2015 09:18 AM
RE: Real Variable - parisse - 03-21-2015, 12:27 PM
RE: Real Variable - cyrille de brébisson - 03-23-2015, 06:51 AM



User(s) browsing this thread: 1 Guest(s)