Home > Backend Development > PHP Tutorial > 一个容易的数学题

一个容易的数学题

WBOY
Release: 2016-06-13 12:40:16
Original
850 people have browsed it

一个简单的数学题
if (empty($_GET['shu']))
{
?>

" method="get">
  

小于N的博立叶级数(级数:1、1、2、3、5、8...)。


  

用户输入一个数字N,求显示:


  


    
    
  



}
$n=$_GET["shu"];

?>
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template