Undo useless changes

This commit is contained in:
Sasha Malina 2018-05-12 00:31:26 +03:00
parent ad0ed37095
commit 7afa723ed5
1 changed files with 1 additions and 3 deletions

View File

@ -23,10 +23,8 @@
import Foundation
public extension Double {
/**
Type of rounding double value
- Normal: From 167.567 you will get 167.6
- Down: From 167.567 you will get 167.5
*/
@ -34,7 +32,7 @@ public extension Double {
case normal
case down
}
/**
Rounding of double value