Previous Up Next

6.6.8  Converting a number into an interval

The convert command (see Section 10.1.10) can convert an expression which evaluates to a number to the smallest interval which contains the number.

Examples

convert(sin(3)+1,interval)
     
[1.14112000805985..1.14112000805990]           
convert(sin(3)+1,interval,20)
     
[1.1411200080598672220..1.1411200080598672222]           

Previous Up Next