mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 03:27:29 -04:00
21 lines
618 B
Plaintext
21 lines
618 B
Plaintext
{{# def.definitions }}
|
|
{{# def.errors }}
|
|
{{# def.setupKeyword }}
|
|
{{# def.$data }}
|
|
|
|
var division{{=$lvl}};
|
|
if ({{?$isData}}
|
|
{{=$schemaValue}} !== undefined && (
|
|
typeof {{=$schemaValue}} != 'number' ||
|
|
{{?}}
|
|
(division{{=$lvl}} = {{=$data}} / {{=$schemaValue}},
|
|
{{? it.opts.multipleOfPrecision }}
|
|
Math.abs(Math.round(division{{=$lvl}}) - division{{=$lvl}}) > 1e-{{=it.opts.multipleOfPrecision}}
|
|
{{??}}
|
|
division{{=$lvl}} !== parseInt(division{{=$lvl}})
|
|
{{?}}
|
|
)
|
|
{{?$isData}} ) {{?}} ) {
|
|
{{# def.error:'multipleOf' }}
|
|
} {{? $breakOnError }} else { {{?}}
|