ts-playground
    Preparing search index...
    • Sigmoid function

      Parameters

      • x: number

        input value to the function

      Returns number

      the output of the sigmoid function

      import { sigmoid } from '@kitsuyui/mymath'
      sigmoid(0) // => 0.5