update
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# ---------------------------------------------- 100 --------------------------------------------- #
|
||||
function tempconvert(temp::T, unit::String) where {T<:Number}
|
||||
converted_temp =
|
||||
if unit == "F"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
/* --------------------------------------------- 100 -------------------------------------------- */
|
||||
|
||||
fn tempconvert(temp :Float) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user