首页
编程
java
php
前端
首页
编程
java
php
前端
Fortran程序设计表达式计算
A=16.0 B=4.0 A**(1/2)+(sqrt(A+B))**(1/3)
整数与整数运算,结果为整数。1/2=0,1/3=0
改写为 1.0/2.0,1.0/3.0
点击展开全文