Skip to content

Commit

Permalink
Modified NEWS.md with v0.1 info
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed May 24, 2015
1 parent fdceae8 commit a3dba7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
### 0.1:
- A new `interval_parameters` object stores information about the current interval precision and rounding mode
- Macros for interval creation completely reworked: `@interval` generates intervals based on the current type
stored in `interval_parameters`
- Newton and Krawczyk methods improved and stringent tests added
- Two types of interal rounding methods are now available:
- narrow / slow; wide / fast (Though they are not really very wide at all)
- Trigonometric functions are now rigorous
- Trigonometric functions are now "nearly" rigorous (for `Float64` intervals correct rounding is not guaranteed)
- Inverse trigonometric functions added

### 0.0.3: April 4, 2015
Expand Down

0 comments on commit a3dba7d

Please sign in to comment.