Comap
Disponibile
Applies each of a list of functions to the same argument
Comap[{f1, f2, …}, x]
Comap[fs, x, levelspec]
Comap[fs]
Comap[{f, g, h}, x]
→ {f[x], g[x], h[x]}Comap[{Sin, Cos, Tan}][Pi / 3]
→ {Sqrt[3]/2, 1/2, Sqrt[3]}Comap[<|"a" -> f, "b" -> g, "c" -> h|>, x]
→ <|a -> f[x], b -> g[x], c -> h[x]|> Tutte le 6300 funzioni ·
Usa questo da un client MCP