apoc.math.sigmoidPrime Function apoc.math.sigmoidPrime(value Float) - returns the sigmoid prime [ sigmoid(val) * (1 - sigmoid(val)) ] of the given value. Signature apoc.math.sigmoidPrime(value :: FLOAT?) :: (FLOAT?) Input parameters Name Type Default value FLOAT? null More documentation of apoc.math.cosh apoc.math.sigmoid apoc.math.sinh Was this page helpful?