Changes between Initial Version and Version 1 of Ticket #12121, comment 67
- Timestamp:
- 09/17/16 11:45:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12121, comment 67
initial v1 3 3 sage: (sin(1 - 10^(-100)) - sin(1)).is_zero() 4 4 True 5 age: bool(sin(1 - 10^(-100)) - sin(1) == 0) 6 True 5 7 }}} 8 I thought that we should only worry about false negatives...