Skip to content

Instantly share code, notes, and snippets.

View wollmich's full-sized avatar

Michael Wollensack wollmich

  • METAS
  • Bern, Switzerland
View GitHub Profile
@wollmich
wollmich / example_pendulum3.ipynb
Last active November 21, 2025 11:54
Pendulum Example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/// <summary>
/// Roman
/// </summary>
public struct Roman
{
/// <summary>
/// Value
/// </summary>
public int Value;