MCPcopy Create free account
hub / github.com/tensorflow/tfjs / isFloat

Function isFloat

tfjs-core/src/browser_util_test.ts:21–23  ·  view source on GitHub ↗
(num: number)

Source from the content-addressed store, hash-verified

19import {ALL_ENVS, describeWithFlags} from './jasmine_util';
20
21function isFloat(num: number) {
22 return num % 1 !== 0;
23}
24
25describeWithFlags('nextFrame', ALL_ENVS, () => {
26 it('basic usage', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…