ts-playground
    Preparing search index...

    Function rootMeanSquare

    • root mean square of all values in the array If the array is empty, it returns 0

      Parameters

      • values: number[]

      Returns number

      import { rootMeanSquare } from '@kitsuyui/mymath'
      rootMeanSquare([1, 2, 3, 4]) // => 2.7386127875258306