Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 206 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 206 Bytes

class-func-prog

関数型プログラミングの課題

Lispでの記号微分

$ clisp < run.lisp

Ocamlでのニュートン法

$ ocaml

# # use "newton.ml";;
# newton g 0.1 ;;