From 0327cb2bda8af376e5f624e48a49b86947fcf68e Mon Sep 17 00:00:00 2001 From: endolith Date: Tue, 21 Jun 2016 22:33:26 -0400 Subject: DOC: link geomspace from logspace --- numpy/core/function_base.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/core/function_base.py') diff --git a/numpy/core/function_base.py b/numpy/core/function_base.py index 2b5f597d7..17a36eb4c 100644 --- a/numpy/core/function_base.py +++ b/numpy/core/function_base.py @@ -184,6 +184,7 @@ def logspace(start, stop, num=50, endpoint=True, base=10.0, dtype=None): endpoint may or may not be included. linspace : Similar to logspace, but with the samples uniformly distributed in linear space, instead of log space. + geomspace : Similar to logspace, but with endpoints specified directly. Notes ----- -- cgit v1.2.1