Kaydet (Commit) 07c1922b authored tarafından Peter Schneider-Kamp's avatar Peter Schneider-Kamp

annoying whitespace inconsistency

üst 2a7f3841
......@@ -128,7 +128,7 @@ FUNC1(fabs, fabs,
"fabs(x)\n\nReturn the absolute value of the real x.")
FUNC1(floor, floor,
"floor(x)\n\nReturn the floor of x as a real.")
FUNC2(fmod, fmod,
FUNC2(fmod, fmod,
"fmod(x,y)\n\nReturn fmod(x, y), according to platform C."
" x % y may differ.")
FUNC2(hypot, hypot,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment