1.0.3 • Published 7 months ago

@types/contained-periodic-values v1.0.3

Weekly downloads
89
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/contained-periodic-values

Summary

This package contains type definitions for contained-periodic-values (https://github.com/jmeas/contained-periodic-values.js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/contained-periodic-values.

index.d.ts

// Type definitions for contained-periodic-values 1.0
// Project: https://github.com/jmeas/contained-periodic-values.js
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Find how many values of a discrete periodic function contained in an interval.
 */
declare function containedPeriodicValues(start: number, end: number, value: number, period: number): number;

export = containedPeriodicValues;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:25 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.