Go to the source code of this file.
Functions | |
| double | logify_relative (double r) |
|
|
Definition at line 20 of file Midad/Util/Util.h. Referenced by GfxStrip::ModifyCoords(), and GfxDigit::ModifyCoords(). 00021 {
00022 return log10(9.0*r + 1);
00023 }
|
1.3.9.1