Commit e8402858 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Typo

Showing with 1 addition and 1 deletion
+1 -1
......@@ -112,7 +112,7 @@ export function floatDivAndMod(a: number, b: number, e: number = 1E-7): { q: num
* number of decimals specified in app preferences; if given number is too low and
* more decimals would be needed, keep as much significative digits as the number of
* decimals specified in app preferences, except potential trailing zeroes;
* returns "ERR" is value is not a number or is undefined
* returns "ERR" if value is not a number or is undefined
*
* ex. with 3 decimals:
* 1 => 1.000
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment