Rounding Numbers: Difference between revisions

no edit summary
No edit summary
Line 1: Line 1:
== Rounding Numbers ==
= Rounding Numbers =


'' The following has been taken from the DAW newsgroup, User Contributed Oct 6 2000 ''
'' The following has been taken from the DAW newsgroup, User Contributed Oct 6 2000 ''


=== MARF - A Mutually Agreed Rounding Function?! ===
== MARF - A Mutually Agreed Rounding Function?! ==


Aside from UI issues, OS and hardware problems, perhaps one of the most
Aside from UI issues, OS and hardware problems, perhaps one of the most
Line 60: Line 60:
hold on ... there's an upload restriction preventing this... will upload it later...
hold on ... there's an upload restriction preventing this... will upload it later...


=== Source ===
uploading of .zip files are disabled for now (see [[Should We Have ZipFiles]] ) --[[User:80.163.51.232|80.163.51.232]] 09:46, 30 September 2007 (CEST)
 
 
= Source =
  // ===========================================================================
  // ===========================================================================
  //
  //
Line 118: Line 121:
           * (Number(10 ^ 13)) * (Number(10 ^ ((Abs(iRnd) - 5) min 8))))
           * (Number(10 ^ 13)) * (Number(10 ^ ((Abs(iRnd) - 5) min 8))))
   End_Function
   End_Function
= Links =
* http://www.redeemedsoftware.com/normal.asp?pageid=113
Anonymous user