Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!--Index.html-->
  2. <html>
  3.  
  4. <!--Header-->
  5. <head>
  6. </head>
  7.  
  8. <!--Body-->
  9. <body>
  10.  
  11. <!--Include the js file-->
  12. <script type="text/javascript" src="OurFunction.js"></script>
  13.  
  14. <!--Call the js functions-->
  15. <script type="text/javascript">eulerMethod();heunsMethod();rungekutta3();rungekutta4();</script>
  16.  
  17. <!--End of the Body-->
  18. </body>
  19.  
  20. <!--End of html-->
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement