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