Documentation ¶
Index ¶
Constants ¶
View Source
const E = 2.71828182845904523536028747135266249775724709369995957496696763
View Source
const PI = 3.14159265358979323846264338327950288419716939937510582097494459
Variables ¶
This section is empty.
Functions ¶
func Ceil ¶
func Ceil[T constraints.Float](a T) T
func Floor ¶
func Floor[T constraints.Float](a T) T
func Round ¶
func Round[T constraints.Float](a T) T
Types ¶
type Number ¶
type Number interface { constraints.Float | constraints.Integer }
Click to show internal directories.
Click to hide internal directories.