Actions
Bug #10576
closed[DOC] Several fixes for the BigDecimal documentation
    Bug #10576:
    [DOC] Several fixes for the BigDecimal documentation
  
Description
Patch 1:
Clarify the return value types of abs, fix, and frac.
(They return the results as a BigDecimal; targeted against misunderstandings like issue #10569).
Patch 2:
Several fixes for the BigDecimal documentation:
- fix broken labeled lists,
 - fix formatting of code examples,
 - fix/improve some call-seq's,
 - small improvements.
 
Files
        
          
          Updated by stomar (Marcus Stollsteimer) almost 11 years ago
          
          
        
        
      
      - File doc_bigdecimal_p3.patch doc_bigdecimal_p3.patch added
 
Patch 3:
Improve documentation for #round and #truncate.
        
          
          Updated by hsbt (Hiroshi SHIBATA) almost 11 years ago
          
          
        
        
      
      - Status changed from Open to Closed
 - % Done changed from 0 to 100
 
Applied in changeset r49219.
- ext/bigdecimal/bigdecimal.c: fixes documentation like labeled lists,
code examples etc. [ruby-core:66730][Bug #10576][ci skip] 
Actions