apoc.math
Qualified Name | Type |
---|---|
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.math.maxByte() | return the maximum value an byte can have |
Function |
apoc.math.maxDouble() | return the largest positive finite value of type double |
Function |
apoc.math.maxInt() | return the maximum value an int can have |
Function |
apoc.math.maxLong() | return the maximum value a long can have |
Function |
apoc.math.minByte() | return the minimum value an byte can have |
Function |
apoc.math.minDouble() | return the smallest positive nonzero value of type double |
Function |
apoc.math.minInt() | return the minimum value an int can have |
Function |
apoc.math.minLong() | return the minimum value a long can have |
Function |
apoc.math.round(value,[prec],mode=[CEILING,FLOOR,UP,DOWN,HALF_EVEN,HALF_DOWN,HALF_UP,DOWN,UNNECESSARY]) |
Function |