Functions in jmeter - longSum and doubleSum

longSum - used to compute large nos

 ${__longSum(1000,2000)} 

doubleSum - Used to compute the sum of decimal nos

 ${__doubleSum(10.50,20.50)}