apoc.math

Qualified Name Type Release

apoc.math.regr(label, propertyY, propertyX) - It calculates the coefficient of determination (R-squared) for the values of propertyY and propertyX in the provided label

Procedure

APOC Core

apoc.math.cosh(val) | returns the hyperbolic cosin

Function

APOC Core

apoc.math.coth(val) | returns the hyperbolic cotangent

Function

APOC Core

apoc.math.csch(val) | returns the hyperbolic cosecant

Function

APOC Core

apoc.math.maxByte() | return the maximum value an byte can have

Function

APOC Core

apoc.math.maxDouble() | return the largest positive finite value of type double

Function

APOC Core

apoc.math.maxInt() | return the maximum value an int can have

Function

APOC Core

apoc.math.maxLong() | return the maximum value a long can have

Function

APOC Core

apoc.math.minByte() | return the minimum value an byte can have

Function

APOC Core

apoc.math.minDouble() | return the smallest positive nonzero value of type double

Function

APOC Core

apoc.math.minInt() | return the minimum value an int can have

Function

APOC Core

apoc.math.minLong() | return the minimum value a long can have

Function

APOC Core

apoc.math.round(value,[precision],mode=['CEILING','FLOOR','UP','DOWN','HALF_EVEN','HALF_DOWN','HALF_UP','DOWN','UNNECESSARY'])

Function

APOC Core

apoc.math.sech(val) | returns the hyperbolic secant

Function

APOC Core

apoc.math.sigmoid(val) | returns the sigmoid value

Function

APOC Core

apoc.math.sigmoidPrime(val) | returns the sigmoid prime [ sigmoid(val) * (1 - sigmoid(val)) ]

Function

APOC Core

apoc.math.sinh(val) | returns the hyperbolic sin

Function

APOC Core

apoc.math.tanh(val) | returns the hyperbolic tangent

Function

APOC Core