PsiL
A
B Help Manual Page
Section:
Basic math functions
Name:
*
Multiply two values.
Supported formats: [
int,float,complex
]
Examples:
[] let a = 1.0 ;; [] let c = a * 2.1 ;; [] let n = 1 * m ;;
Printed by PsiL
A
B