MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / hasInexactFloat

Function hasInexactFloat

src/compute-engine/rubi/driver.ts:75–78  ·  view source on GitHub ↗
(e: Expression)

Source from the content-addressed store, hash-verified

73import { simplifyTrig } from '../symbolic/simplify-trig.js';
74import { toTimesPower, recanonicalize } from './normal-form.js';
75
76const MAX_DEPTH = 40;
77
78// RUBI_DEBUG_FLOAT: report the first rule whose result contains an inexact
79// machine-float literal while its integrand was float-free (i.e. the rule
80// that INTRODUCES the float, not one that propagates it).
81const DEBUG_FLOAT = process.env.RUBI_DEBUG_FLOAT !== undefined;

Callers 1

dispatchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected