sqrt property
latefinal
getter for the computed FloatingPoint output.
Implementation
late final FloatingPoint sqrt = (a.clone(name: 'sqrt') as FpType)
..gets(output('sqrt'));
getter for the computed FloatingPoint output.
late final FloatingPoint sqrt = (a.clone(name: 'sqrt') as FpType)
..gets(output('sqrt'));