Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

"||" function:

  • Can also be called as nas_normelize

If the argument is string as number, return it in a normelize form (to allow a consent Uniqueness check).

Examples:

  • running: ("||" "1000000") will give: "1000000"

  • running: ("||" "0.00000000005") will give: "5E-11"

  • running: ("||" "000000000005") will give: "5"

  • running: ("||" "00000000000.5") will give: "0.5"

  • running: ("||" "100e100") will give: "1e+102"

  • running: ("||" 10) will return nothing