Soonho Kong
|
fce26a824e
|
Implement dependencies on interval arithmetic functions (+,-,*,/,inv,power), fix problems on trigonometric functions
|
2013-08-20 19:49:50 -07:00 |
|
Soonho Kong
|
176b1fccf7
|
Implement dependencies on interval functions (exp, log, and trigonometric functions)
|
2013-08-20 02:03:24 -07:00 |
|
Soonho Kong
|
c5db989e38
|
Add csc, sec, cot to interval & add tests for them
|
2013-08-15 17:44:11 -07:00 |
|
Soonho Kong
|
ce74c62226
|
Change interval<T>::contains to take const argument
|
2013-08-14 19:53:07 -07:00 |
|
Soonho Kong
|
49b8bde67c
|
Add asin, acos, atan, sinh, cosh, tanh to interval
|
2013-08-14 12:08:24 -07:00 |
|
Soonho Kong
|
8eb87fbeae
|
Fix interval<T>::operator- and interval<T>::operator/
|
2013-08-13 20:09:06 -07:00 |
|
Soonho Kong
|
26d8bd2c12
|
Add binary operators between interval<T> and T
|
2013-08-13 00:35:14 -07:00 |
|
Soonho Kong
|
ec233496b6
|
Fix types of copy/move constructors in interval.h
|
2013-08-12 14:58:17 -07:00 |
|
Soonho Kong
|
8d06185694
|
Add is_empty & set_empty to interval
|
2013-08-07 19:32:15 -07:00 |
|
Soonho Kong
|
3bdfdcc36c
|
Add transcendental functions to interval.h
|
2013-08-07 19:32:03 -07:00 |
|
Leonardo de Moura
|
f7e59366ea
|
Add neg, div, power to interval. Fix bug in -= operator at interval. Add some unit tests for interval class
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-07-19 19:24:38 -07:00 |
|
Leonardo de Moura
|
c581990f67
|
Clean white-spaces
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-07-19 10:29:33 -07:00 |
|
Leonardo de Moura
|
7f3bd4f254
|
Add inv method to interval
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-07-19 10:04:25 -07:00 |
|
Leonardo de Moura
|
5063c8cfa1
|
Add interval template
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
|
2013-07-19 10:01:53 -07:00 |
|