// namespace Nodebox.Util.Math;
// public sealed class Sin : UnaryOperator {
// public override Dictionary<Type, Func<object, object>> BaseLookup => new() {
// { typeof(float), (a, b) => (float)a + (float)b },
// { typeof(double), (a, b) => (double)a + (double)b },
// };
// }