Bug #2685 ยป numeric_c-flo_minus-doc.patch
| numeric.c (working copy) | ||
|---|---|---|
|
/*
|
||
|
* call-seq:
|
||
|
* float + other -> float
|
||
|
* float - other -> float
|
||
|
*
|
||
|
* Returns a new float which is the difference of <code>float</code>
|
||
|
* and <code>other</code>.
|
||