1
0
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:
Swastik Baranwal
2019-08-26 16:02:53 +05:30
committed by Alexander Medvednikov
parent 754b8082fb
commit db525524ee
4 changed files with 77 additions and 22 deletions

View File

@ -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 |