geomspace<T extends SizedNativeType> function

VARP geomspace<T extends SizedNativeType>(
  1. num start,
  2. num stop, {
  3. int count = 50,
})

Implementation

VARP geomspace<T extends ffi.SizedNativeType>(num start, num stop, {int count = 50}) {
  throw UnimplementedError();
}