NumRounder

org.openurp.edu.grade.domain.NumRounder
See theNumRounder companion object
trait NumRounder

保留数字精确位的方法

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ceil.type
object Normal.type

Members list

Value members

Abstract methods

def round(num: Float, precision: Int): Float
def round(num: Double, precision: Int): Double