LSTS Language Reference Website
View the Project on GitHub Lambda-Mountain-Compiler-Backend/lsts-language-reference
== : (F64, F64) -> Bool!= : (F64, F64) -> Bool< : (F64, F64) -> Bool<= : (F64, F64) -> Bool> : (F64, F64) -> Bool>= : (F64, F64) -> Bool+ : (F64, F64) -> F64- : (F64, F64) -> F64* : (F64, F64) -> F64/ : (F64, F64) -> F64% : (F64, F64) -> F64^ : (F64, F64) -> F64max : (F64, F64) -> F64min : (F64, F64) -> F64.into : (F64, Type<String>) -> String