js math.hypot_带有Python示例的math.hypot()方法

js math.hypot

Python math.hypot()方法 (Python math.hypot() method)

math.hypot() method is a library method of math module, it used to find the result of Euclidean norm, sqrt(x*x, y*y), it accepts two numbers and returns the result of Euclidean norm.

math.hypot()方法数学模块的库方法,用于查找欧几里得范数的结果sqrt(x * x,y * y) ,它接受两个数字并返回欧几里得范数的结果。

Euclidean norm – is the length of the vector from the origin to point (x,y).

欧几里得范数 -是矢量从原点到点(x,y)的长度。

Note: If we provide anything like string, except a number, it returns a “ValueError” – “TypeError: a float is required”.

注意:如果我们提供字符串以外的任何东西(除了数字),它将返回“ ValueError” –“ TypeError:需要浮点数”。

Reference: Python math library

参考: Python数学库

Syntax of math.hypot() method:

math.hypot()方法的语法:

    math.hypot(x, y)

Parameter(s): x, y – numbers to calculate Euclidean norm.

参数: x,y –计算欧几里得范数的数字。

Return value: float – it returns a float value that is the calculated result of Euclidean norm.

返回值: float-它返回一个浮点值,该值是欧几里得范数的计算结果。

Example:

例:

    Input:
x = 2
y = 3
# function call
print(math.hypot(x,y))
Output:
3.605551275463989

Python代码演示math.hypot()方法的示例 (Python code to demonstrate example of math.hypot() method)

# python code to demonstrate example of 
# math.hypot() method 
# importing math module
import math 
# numbers
x = 2
y = 3
print(math.hypot(x,y))
x = 2.3
y = 3.34
print(math.hypot(x,y))
x = 0
y = 3
print(math.hypot(x,y))
x = 2
y = 0
print(math.hypot(x,y))
x = -2
y = 3
print(math.hypot(x,y))
x = -2
y = -3
print(math.hypot(x,y))

Output

输出量

3.605551275463989
4.055317496818221
3.0
2.0
3.605551275463989
3.605551275463989

翻译自: https://www.includehelp.com/python/math-hypot-method-with-example.aspx

js math.hypot

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/546307.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

惊呆了,竟然可以用这种方式秒建Redis集群?

前面我们讲了《Redis 性能优化的 13 条军规!》,其中最重要的一条就是使用 Redis 的集群功能,那么本文我们就来看看,如何用 1s 钟的时间来创建一个 Redis 集群。 Redis Cluster 是 Redis 3.0 版本推出的 Redis 集群方案&#xff0…

创建索引的方法有两种

创建索引的方法有两种:创建表的同时创建索引,在已有表上创建索引。方法一:创建表的同时创建索引。使用这种方法创建索引时,可以一次性地创建一个表的多个索引(例如唯一性索引、普通索引、复合索引等)&#…

华为交换机S5735S-L24T4S-QA2无法telnet远程访问

以前都是按照https://datutu.blog.csdn.net/article/details/106810113方法配置不同网段通过静态路由实现互通,华为S5700交换机开启telnet远程指定IP登陆配置(强烈推荐),现在新买的华为数通智选交换机S5735S-L24T4S-QA2 也是按照这步骤配置,令人不解的是,竟然无法telnet访…

frexp 中文_带有Python示例的math.frexp()方法

frexp 中文Python math.frexp()方法 (Python math.frexp() method) math.frexp() method is a library method of math module, it is used to get the pair of mantissa and exponent of the given number, it accepts a number (integer or float) and returns a tuple of ma…

99%的程序员都在用Lombok,原理竟然这么简单?我也手撸了一个!|建议收藏!!!...

世界上只有一种英雄主义,就是看清生活的真相之后依然热爱生活。对于 Lombok 我相信大部分人都不陌生,但对于它的实现原理以及缺点却鲜为人知,而本文将会从 Lombok 的原理出发,手撸一个简易版的 Lombok,让你理解这个热门…

PyQt5中多线程模块QThread解决界面卡顿无响应问题,线程池ThreadPoolExecutor解决多任务耗时操作问题

使用多线程模块QThread可以解决PyQt5界面程序执行比较耗时操作时,程序卡顿出现的无响应以及界面输出无法实时显示的问题。 下面例子演示: 单击“运行”按钮,启动主线程,在子线程中采用线程池ThreadPoolExecuto解决ping多个IP耗时问题。在主界面把已ping过的IP添加到显示框…

python中acosh_带有Python示例的math.acosh()方法

python中acoshPython math.acosh()方法 (Python math.acosh() method) math.acosh() method is a library method of math module, it is used to get the hyperbolic arc cosine of the given number in radians, it accepts a number and returns hyperbolic arc cosine. mat…

干货!操作系统基础知识汇总!转给要面试的同学吧

作者:Guide哥来源:公众号 JavaGuide很多读者抱怨计算操作系统的知识点比较繁杂,自己也没有多少耐心去看,但是面试的时候又经常会遇到。所以,我带着我整理好的操作系统的常见问题来啦!这篇文章总结了一些我觉…

eclipse的tomcat运行mave web项目

2019独角兽企业重金招聘Python工程师标准>>> 在eclipse中配置maven 安装成功后,就会多出Maven选项,在Installations中添加下载的Maven 在User Settings中配置本机的默认仓库 使用Eclipse的maven构建一个web项目 1、选择建立Maven Project 选…

Python在shell终端中显示进度条

Python在shell终端中显示进度条简单代码: from time import sleep from tqdm import tqdmmax 100 for i in tqdm(range(max)):sleep(0.1)效果如下:

tanh python_带有Python示例的math.tanh()方法

tanh pythonPython math.tanh()方法 (Python math.tanh() method) math.tanh() method is a library method of math module, it is used to get the hyperbolic tangent of given number in radians, it accepts a number and returns hyperbolic tangent. math.tanh()方法是数…

没用过这些IDEA插件?怪不得写代码头疼

小伙伴们,大家好。今天准备和大家一起分享一下实际工作中常用的几款能提升幸福感和工作效率的IDEA插件吧,也欢迎小伙伴们在评论区安利出你们用过的觉得非常不错的插件,大家一起交流进步。1、Background Image Plus默认IDEA的背景一般都比较单…

颠覆与重构——戴尔助力徐工集团等行业客户实现业务转型

无论在IT领域,还是传统行业,颠覆与重构都是不可回避的话题。利用ICT领域的技术创新与互联网思维,传统企业可以更好地实现业务转型与创新。阿里集团与上汽共研互联网汽车,东软致力于推动远程医疗新模式,Mock颠覆传统学习…

Linux多命令顺序执行与管道符

1.多命令顺序执行 实例测试: 2.管道符 实例测试: 3.grep命令 实例测试: 获取更多技术干货,请访问大土土随笔 如果本文对您有所帮助,请关注微信公众号“捷创源科技”。

math.atan_Python中带有示例的math.atan()方法

math.atanPython math.atan()方法 (Python math.atan() method) math.atan() method is a library method of math module, it is used to get the arc tangent, it accepts a number and returns the arc tangent value (in radians) of the given number. math.atan()方法是数…

99%的程序员都在用Lombok,原理竟然这么简单?我也手撸了一个!|建议收藏

世界上只有一种英雄主义,就是看清生活的真相之后依然热爱生活。 对于 Lombok 我相信大部分人都不陌生,但对于它的实现原理以及缺点却鲜为人知,而本文将会从 Lombok 的原理出发,手撸一个简易版的 Lombok,让你理解这个热…

EasyUI DataGrid 中字段 formatter 格式化不起作用

今天用 EasyUI datagrid 来做列表&#xff0c;要对一些数据进行格式化&#xff0c;推断某字段状态时&#xff0c;发现 formatter 格式化相应的函数不起作用。 <table id"list_data" title"未审核报表" class"easyui-datagrid" style"wid…

PyQt5单击QTableView垂直表头verticalHeader获取行数据以及单击单元格获取行数据操作

PyQt5单击QTableView单元格获取单元格数据,很容易实现,从而可以实现获取这一行的数据。但是单击QTableView垂直表头verticalHeader获取行数据,我摸索了一周时间才解决,下面分享下重点。 1.利用PyCharm及Python语言创建PyQt5主界面 添加tableView控件,编程初始化如下: …

python中acosh_acosh()函数以及C ++中的示例

python中acoshC acosh()函数 (C acosh() function) acosh() function is a library function of cmath header, it is used to find nonnegative area hyperbolic cosine of the given value, it accepts a number (x) and returns the nonnegative area hyperbolic cosine of…

震惊!这样终止线程,竟然会导致服务宕机?

在开始之前&#xff0c;我们先来看以下代码会有什么问题&#xff1f; public class ThreadStopExample {public static void main(String[] args) throws InterruptedException {Thread t1 new Thread(() -> {try {System.out.println("子线程开始执行");// 模拟…