当前位置:网站首页>求余弦的大小
求余弦的大小
2022-06-22 09:10:00 【C_x_330】
public class CCC {
public static void main(String[] args) {
//60°转换为对应的弧度 Π/3 在调用余弦函数
BigDecimal bigDecimal = BigDecimal.valueOf(Math.cos(Math.toRadians(60.0)));
BigDecimal bigDecimal1 = BigDecimal.valueOf(1.0);
System.out.println(bigDecimal.divide(bigDecimal1,1,BigDecimal.ROUND_DOWN));
}
}边栏推荐
- [tensorboard] step on all minefields and solve all your problems
- 版本问题导致“无法定位程序输入点OPENSSL_sk_new_reserve于动态链接库C:\Users...\libssl-1_1-x64.dll”
- 新型冠状病毒疫情
- PHP login registration page
- [detailed explanation] point multiplication and cross multiplication of neural network matrix (pytorch version)
- Sound and shadow 2022 heavy release! Detailed explanation of the new functions of Huisheng Huiying 2022
- Flask blog practice - create background management application
- Luogu p5406 [thupc2019] find tree
- 【详解】神经网络矩阵的点乘与叉乘(pytorch版)
- 我的第一个Go程序
猜你喜欢

kali木马入侵win7系统

File upload attack and protection

Deeply analyze the usage of final keyword

景联文科技:机器学习AI数据集产品汇总(三)

13 proxy mode

PHP login registration page

Interview shock 59: can there be multiple auto increment columns in a table?

DOM programming

Instanceinforeplicator class of Eureka (service registration assistant)

Manually mining XSS vulnerabilities
随机推荐
Thread. Source code analysis of start() method
【node】快收下爬虫,我们不再为数据发愁
Volumedetect of ffmpeg
无线路由攻击和WiFi密码破解实战[渗透技术]
800+ PHP grammar and words are proficient only after you have used them
Flask blog practice - create background management application
Solidity from introduction to practice (II)
PHP online common color comparison table
微表情数据集汇总(全)
pip3 install xxx报错:Command 'lsb_release -a' returned non-zero exit status 1.
嵌入式开发专业术语概念汇总
【详解】神经网络矩阵的点乘与叉乘(pytorch版)
面试突击59:一个表中可以有多个自增列吗?
Solidity from introduction to practice (6)
Webrtc series - iceconfig and stunping failure handling for network transmission
让你轻松上手【uni-app】
Interview shock 59: can there be multiple auto increment columns in a table?
PIP3 install XXX reports an error: command'lsb_ release -a' returned non-zero exit status 1.
File upload attack and protection
断言assert()