diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2025-12-15 20:20:25 +0000 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-12-15 17:27:24 -0500 |
| commit | 7fbf321d23f3cc20988c80fae25ce131a5d1b231 (patch) | |
| tree | 0c67d657e66eecc682a39fdd55ed4fd2d46b9e33 /complex.c | |
| parent | 98ab418fed61079f8ef7e229ea1b41957ec5722b (diff) | |
[DOC] Harmonize #** methods
Diffstat (limited to 'complex.c')
| -rw-r--r-- | complex.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1122,9 +1122,9 @@ complex_pow_for_special_angle(VALUE self, VALUE other) /* * call-seq: - * complex ** numeric -> new_complex + * self ** exponent -> complex * - * Returns +self+ raised to power +numeric+: + * Returns +self+ raised to the power +exponent+: * * Complex.rect(0, 1) ** 2 # => (-1+0i) * Complex.rect(-8) ** Rational(1, 3) # => (1.0000000000000002+1.7320508075688772i) |
