Changes

Jump to navigation Jump to search
11 bytes added ,  20:58, 2 December 2013
no edit summary
Line 19: Line 19:  
3. INT() can be used with multiple inputs as -
 
3. INT() can be used with multiple inputs as -
   −
a) INT(4.5,6.7,3.345,2) ''displays 4,6,3,2 as a result''.
+
  a) INT(4.5,6.7,3.345,2) ''displays 4,6,3,2 as a result''.
    
4. INT() can be combined with other functions as -
 
4. INT() can be combined with other functions as -
   −
a) INT(SIN(45) + SIN(45)) ''returns 1 as a result''.
+
  a) INT(SIN(45) + SIN(45)) ''returns 1 as a result''.
   −
b) 1..5|INT((x^2)+2.5)| calculates the integer output for the equation where x varies from 1 to 5. ''Returns  3,6,11,18,27 as a result''.
+
  b) 1..5|INT((x^2)+2.5)| calculates the integer output for the equation where x varies from 1 to 5. ''Returns  3,6,11,18,27 as a   result''.
    
*If the input is non-numeric, Calci displays a #NaN error message.
 
*If the input is non-numeric, Calci displays a #NaN error message.
writer
2,661

edits

Navigation menu