package archimedes

  1. Overview
  2. Docs

When working in the toplevel, it is convenient to have a simplified interface so one can plot without having to declare any handle. The usual Archimedes functions will remain available in case several concurrent plots are needed.

val modules : string list
val eval_string : ?print_outcome:bool -> ?err_formatter:Format.formatter -> string -> bool
val load_modules : string list -> bool