src/pylib/Lib/math_impl/inWordUtils/float_view

Source   Edit  

for JS and C-like backends

Not for nimvm, see {to,from}Words for impl for nimvm backend

Procs

func `[]`(fv: VIEW32; _: range[0 .. 0]): float32 {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
func `[]`(fv: VIEW64; _: range[0 .. 0]): float64 {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
func `[]=`(fv: var VIEW32; _: range[0 .. 0]; f: float32) {....raises: [], tags: [],
    forbids: [].}
Source   Edit  
func `[]=`(fv: var VIEW64; _: range[0 .. 0]; f: float64) {....raises: [], tags: [],
    forbids: [].}
Source   Edit  

Templates

template init32FloatView(FLOAT32_VIEW, UINT16_VIEW)
Source   Edit  
template init64FloatView(FLOAT64_VIEW, UINT32_VIEW)
Source   Edit