splits/qerberymjthnrgbefvdcs.playground/Contents.swift
2022-06-11 22:38:35 -04:00

6 lines
127 B
Swift

import UIKit
var selectedSystem = "mi"
let multiplier = (selectedSystem == "mi" ? 1.609344 : 0.6213711922)
print(multiplier)