Module math_functions

Module math_functions 

Source
Expand description

Mathematical functions for MilkDrop expressions.

This module provides all the mathematical functions needed for MilkDrop presets, as evalexpr 13.0 does not include trigonometric or advanced math functions by default.

Modules§

gmegabuf
Thread-local persistent scratch buffer for MD2 gmegabuf / megabuf.

Functions§

coerce_to_f64 🔒
Coerce a Value to f64, accepting Int / Float / Boolean.
list_math_functions
List of all registered math functions.
register_math_functions
Register all MilkDrop math functions in a HashMapContext.