mirror of https://github.com/pulumi/pulumi.git
23 lines
1.0 KiB
Puppet
23 lines
1.0 KiB
Puppet
output "zero" {
|
|
value = 0
|
|
}
|
|
|
|
output "one" {
|
|
value = 1
|
|
}
|
|
|
|
output "e" {
|
|
value = 2.718
|
|
}
|
|
|
|
output "minInt32" {
|
|
value = -2147483648
|
|
}
|
|
|
|
output "max" {
|
|
value = 1.797693134862315708145274237317043567980705675258449965989174768031572607800285387605895586327668781715404589535143824642343213268894641827684675467035375169860499105765512820762454900903893289440758685084551339423045832369032229481658085593321233482747978262041447231687381771809192998812504040261841248583680e+308
|
|
}
|
|
|
|
output "min" {
|
|
value = 4.94065645841246544176568792868221372365059802614324764425585682500675507270208751865299836361635992379796564695445717730926656710355939796398774796010781878126300713190311404527845817167848982103688718636056998730723050006387409153564984387312473397273169615140031715385398074126238565591171026658556686768187039560310624931945271591492455329305456544401127480129709999541931989409080416563324524757147869014726780159355238611550134803526493472019379026810710749170333222684475333572083243193609238289345836806011e-324
|
|
} |