mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
string: title() and small fixes
This commit is contained in:

committed by
Alexander Medvednikov

parent
754b8082fb
commit
db525524ee
@ -2,6 +2,8 @@ module stats
|
||||
|
||||
import math
|
||||
|
||||
// TODO: Implement all of them with generics
|
||||
|
||||
// This module defines the following statistical operations on f64 array
|
||||
// ---------------------------
|
||||
// | Summary of Functions |
|
||||
|
Reference in New Issue
Block a user