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