Actions
Feature #18477
openFloat#sqrt and Integer#sqrt
    Feature #18477:
    Float#sqrt and Integer#sqrt
  
Status:
Open
Assignee:
-
Target version:
-
Description
Would be nice to do:
10.sqrt # => 3.1622776601683795
3.5.sqrt # => 1.8708286933869707
        
           Updated by dorianmariefr (Dorian Marié) almost 4 years ago
          Updated by dorianmariefr (Dorian Marié) almost 4 years ago
          
          
        
        
      
      Actually maybe not worth it, also there are a lot of methods from the Math module that could be done like that
        
           Updated by dorianmariefr (Dorian Marié) almost 4 years ago
          Updated by dorianmariefr (Dorian Marié) almost 4 years ago
          
          
        
        
      
      See https://twitter.com/kddnewton/status/1480977779688710145 for why I filed this bug
        
           Updated by jeremyevans0 (Jeremy Evans) almost 4 years ago
          Updated by jeremyevans0 (Jeremy Evans) almost 4 years ago
          
          
        
        
      
      - Tracker changed from Bug to Feature
- Backport deleted (2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN)
        
           Updated by mame (Yusuke Endoh) almost 4 years ago
          Updated by mame (Yusuke Endoh) almost 4 years ago
          
          
        
        
      
      - Is duplicate of Feature #18179: Add Math methods to Numeric added
Actions