myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
J

@Juniore

Methodes_Numeriques_2

Python
3 weeks ago
# -*- coding: python -*- import math def f(x): return x/2 - math.sin(x) + math.pi/6 - math.sqrt(3)/6 def df(x): return 0.5 - math.cos(x) # Racine exacte pour mesurer la distance |xn - alpha|
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us