From: dorianmariefr Date: 2022-01-11T19:28:18+00:00 Subject: [ruby-core:107064] [Ruby master Bug#18477] Float#sqrt and Integer#sqrt Issue #18477 has been updated by dorianmariefr (Dorian Mari��). Actually maybe not worth it, also there are a lot of methods from the Math module that could be done like that ---------------------------------------- Bug #18477: Float#sqrt and Integer#sqrt https://bugs.ruby-lang.org/issues/18477#change-95893 * Author: dorianmariefr (Dorian Mari��) * Status: Open * Priority: Normal * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN ---------------------------------------- Would be nice to do: ```ruby 10.sqrt # => 3.1622776601683795 3.5.sqrt # => 1.8708286933869707 ``` -- https://bugs.ruby-lang.org/ Unsubscribe: