add very important note about supported functions

This commit is contained in:
Simon Gardling 2022-04-22 12:55:48 -04:00
parent 1ea311931e
commit 9c205fca8f

View File

@ -3,6 +3,7 @@ use std::fs::File;
use std::io::{BufWriter, Write};
use std::path::Path;
/// REMEMBER TO UPDATE THIS IF EXMEX ADDS NEW FUNCTIONS
const SUPPORTED_FUNCTIONS: [&str; 22] = [
"abs", "signum", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "floor",
"round", "ceil", "trunc", "fract", "exp", "sqrt", "cbrt", "ln", "log2", "log10",