PPT Slide
constants (cnts)
- numerical/nonnumerical (character,logical)
- named cnts
numerical expressions (expr)
- 1.8*Celcius+32.0
- PI*(Radius**2)
Numeric data types
- I/5 !integer
- 3.2*R !real
- I*R !real
- (I/5)*(3.2*R) !real
Intrinsic func libr
- sqrt(x) , exp(x) , log(x) , sin(x)