Jump to content

Dalila96

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Dalila96

  1. let round x = ( if(x>=0) then ( if((x-truncate(x)) >= 0.5) then ( truncate(x)+1 ) else ( truncate(x) ) ) else ( if(x<0) then ( if((truncate(x)-x) >=0.5) then ( truncate(x)-1 ) else ( truncate(x) ) ) ))
×
×
  • Create New...