const mathUnaryInfixFunctions: Record<string, math.UnaryFunction> = {
                  
                  
                      "sin": math.sin,
                  
                  
                      "cos": math.cos
                  
                  
                  };
                  
                  
                  —> 
                  
                  
                  const mathUnaryInfixFunctions: Record<string, math.UnaryFunction> = {
                  
                  
                      sin: math.sin,
                  
                  
                      cos: math.cos
                  
                  
                  };
                  
                  
                
Потому что они не нужны
поясните.
Зачем они?
Обсуждают сегодня