mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
4 lines
39 B
R
4 lines
39 B
R
sofsq <- function(a,b) {
|
|
a^2 + b^2
|
|
}
|