Jump to content

Category talk:Wren-math: Difference between revisions

m
→‎Source code: Removed some trailing whitespace introduced by last edit.
m (→‎Source code: Descriptions for Nums.fromStrings and Nums.toStrings methods were the wrong way around!)
m (→‎Source code: Removed some trailing whitespace introduced by last edit.)
Line 590:
static fromStrings(a) { a.map { |s| Num.fromString(s) }.toList }
 
// Converts a numeric list to a corresponding string list.
static toStrings(a) { a.map { |n| n.toString }.toList }
}
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.