f32array_at(fs, n) f64array_at(fs, n)
Return the nth element from the f32/f64 array fs.
n
fs
f32array_at(#f32[10.22, 45.322], 1) // 45.322 #f64[123.3222, 456.323233, 322.545454][2] // 322.545454
Core Module Index | Main Index