Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: Quick poll: gmean or geometric_mean Date: Sun, 10 Jul 2016 12:08:17 -0400 Lines: 9 Message-ID: References: <57808af6$0$1602$c3e8da3$5496439d@news.astraweb.com> <57820c7a$0$1617$c3e8da3$5496439d@news.astraweb.com> <57821eaa$0$1584$c3e8da3$5496439d@news.astraweb.com> <1014e463-20b0-446f-96f6-c142587f4b82@googlegroups.com> <1468166897.4099652.662046337.7898C4E9@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de I/OBaQiIOJFThswMsbr9zA3A+PBKzQNB9oEMH7HXsv5A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'received:internal': 0.09; '"g"': 0.16; 'contexts,': 0.16; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; "shouldn't": 0.18; 'defined': 0.23; 'bit': 0.23; 'header:In-Reply-To:1': 0.24; 'fine': 0.28; "i'm": 0.30; 'code': 0.30; 'clear': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'associated': 0.38; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'physics': 0.66; 'strategy': 0.69; 'jul': 0.72; 'presumably': 0.84; 'subject:Quick': 0.84; 'subject:skip:g 10': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=TGzwmdE9MjagEmYMp1weqwAfK2w=; b=JJJREP QPoPw9T8unSywyE6xsVQoKjGbWr61y60wDB5/vWAPhB29YYPxkc4mrNIWPCk+G9I 8ooehDUiSXbMbAQHL8BNspBFBVT3ca9Qf1qzo3jKpOQKhsklsHxhWD+enJ7NDcWL HvGefEDEKIenqKBW03diONQJgF3pIJfBYXLtg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=TGzwmdE9MjagEmY Mp1weqwAfK2w=; b=qxVg3gLcsynYJzGsMrpaQkr3BY92TwBScLvhJunyKWFtzQt hqT4tRU1jHtdszxZvKmraute4o+3gMXVPLXvRQcqt9VM98BANQe8raywSaWydnMT P3x0XpaAva87118oe8vAW09geRm3kuQVICcXn3bWJwJcpojU8jWS48IUmuuA= X-Sasl-Enc: GqOaO3z1UzvIdGQJU4e9g/hObkooX7JaOU3totpuEGZh 1468166897 X-Mailer: MessagingEngine.com Webmail Interface - ajax-22cd3445 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1468166897.4099652.662046337.7898C4E9@webmail.messagingengine.com> X-Mailman-Original-References: <57808af6$0$1602$c3e8da3$5496439d@news.astraweb.com> <57820c7a$0$1617$c3e8da3$5496439d@news.astraweb.com> <57821eaa$0$1584$c3e8da3$5496439d@news.astraweb.com> <1014e463-20b0-446f-96f6-c142587f4b82@googlegroups.com> Xref: csiph.com comp.lang.python:111252 On Sun, Jul 10, 2016, at 10:55, Ian Kelly wrote: > force_N = -G * mass1_kg * mass2_kg / distance_m ** 2 > > I'm fine with "G" as is because it's the standard name for the value > in physics contexts, and it's presumably defined in the code as a > constant. It's every bit as clear as "pi". Shouldn't it be G_N_m2_per_kg2, given your strategy for identifying the units associated with the other variables?