f32/f64array_at


f32array_at(fs, n)
f64array_at(fs, n)
      

Return the nth element from the f32/f64 array fs.

Examples:


f32array_at(#f32[10.22, 45.322], 1)
// 45.322
#f64[123.3222, 456.323233, 322.545454][2]
// 322.545454
      

Also see:

f32/f64array_set
array_at


Core Module Index | Main Index