File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,9 +193,16 @@ Add option ``--json-lines`` to parse every input line as separate JSON object.
193193math
194194----
195195
196+ Added new function :func: `math.dist ` for computing Euclidean distance
197+ between two points. (Contributed by Raymond Hettinger in :issue: `33089 `.)
198+
199+ Expanded the :func: `math.hypot ` function to handle multiple dimensions.
200+ Formerly, it only supported the 2-D case.
201+ (Contributed by Raymond Hettinger in :issue: `33089 `.)
202+
196203Added new function, :func: `math.prod `, as analogous function to :func: `sum `
197204that returns the product of a 'start' value (default: 1) times an iterable of
198- numbers. (Contributed by Pablo Galindo in :issue: `issue35606 `)
205+ numbers. (Contributed by Pablo Galindo in :issue: `35606 `)
199206
200207
201208os.path
You can’t perform that action at this time.
0 commit comments