MCPcopy
hub / github.com/opensheetmusicdisplay/opensheetmusicdisplay / log

Method log

src/Util/PSMath.ts:6–8  ·  view source on GitHub ↗
(base: number, x: number)

Source from the content-addressed store, hash-verified

4export class PSMath {
5
6 public static log(base: number, x: number): number {
7 return Math.log(x) / Math.log(base);
8 }
9
10 public static log10(x: number): number {
11 return PSMath.log(10, x);

Callers 15

skylineBench.mjsFile · 0.80
skylineParity.mjsFile · 0.80
skylineDrill.mjsFile · 0.80
compareImages.mjsFile · 0.80
generatePNGFunction · 0.80
initFunction · 0.80
getDataUrlFunction · 0.80
debugFunction · 0.80
calcFractionalKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected